diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 14:16:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-03 14:16:48 +0000 |
commit | 882190b198fcbeed01244d18e19c352337621206 (patch) | |
tree | 80253adf971f9f18d2af9fdcab59c34a4d027b31 /Makefile | |
parent | 7aae9d3725d15216d6f9bf35029d0755f3a1a460 (diff) | |
download | mtk-20170518-882190b198fcbeed01244d18e19c352337621206.zip mtk-20170518-882190b198fcbeed01244d18e19c352337621206.tar.gz mtk-20170518-882190b198fcbeed01244d18e19c352337621206.tar.bz2 |
avoid implicit rules in even more places
SVN-Revision: 14737
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ prereq: $(target/stamp-prereq) tmp/.prereq_packages prepare: .config $(tools/stamp-install) $(toolchain/stamp-install) world: prepare $(target/stamp-compile) $(package/stamp-cleanup) $(package/stamp-compile) $(package/stamp-install) $(package/stamp-rootfs-prepare) $(target/stamp-install) FORCE - $(_SINGLE)$(SUBMAKE) package/index + $(_SINGLE)$(SUBMAKE) -r package/index # update all feeds, re-create index files, install symlinks package/symlinks: |