summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-03-03 14:16:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-03-03 14:16:48 +0000
commit882190b198fcbeed01244d18e19c352337621206 (patch)
tree80253adf971f9f18d2af9fdcab59c34a4d027b31 /Makefile
parent7aae9d3725d15216d6f9bf35029d0755f3a1a460 (diff)
downloadmaster-31e0f0ae-882190b198fcbeed01244d18e19c352337621206.tar.gz
master-31e0f0ae-882190b198fcbeed01244d18e19c352337621206.tar.bz2
master-31e0f0ae-882190b198fcbeed01244d18e19c352337621206.zip
avoid implicit rules in even more places
SVN-Revision: 14737
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4bdc4651e8..05a2c2b21b 100644
--- a/Makefile
+++ b/Makefile
@@ -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: