doc/dev/package: Fix path to gluon.mk (#1774)

$(TOPDIR) does not contain a trailing slash.
Thus the 'gluon.mk'-include must include
the trailing slash. (Just like the link to
$(INCLUDE_DIR)/package.mk does.)

Signed-off-by: Chris Fiege <chris@tinyhost.de>
This commit is contained in:
Chrissi^ (Chris Fiege) 2019-06-29 23:41:07 +02:00 committed by Matthias Schiffer
parent 851dfc6a93
commit 9dfaed000c
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Gluon package makefiles
As many packages share the same or a similar structure, Gluon provides a ``package/gluon.mk`` that
can be included for common definitions. This file replaces OpenWrt's ``$(INCLUDE_DIR)/package.mk``;
it is usually included as ``include ../gluon.mk`` from Gluon core packages, or as
``include $(TOPDIR)../package/gluon.mk`` from feeds.
``include $(TOPDIR)/../package/gluon.mk`` from feeds.
Provided macros
***************