Browse Source

package/gluon.mk: add to PKG_FILE_DEPENDS

Ensure packages get rebuilt when gluon.mk changes.
Matthias Schiffer 6 years ago
parent
commit
c84820cb08
1 changed files with 3 additions and 0 deletions
  1. 3 0
      package/gluon.mk

+ 3 - 0
package/gluon.mk

@@ -1,3 +1,6 @@
+GLUON_MK := $(abspath $(lastword $(MAKEFILE_LIST)))
+PKG_FILE_DEPENDS += $(GLUON_MK)
+
 # Dependencies for LuaSrcDiet
 PKG_BUILD_DEPENDS += luci-base/host