aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-05-30 17:09:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-05-30 17:09:21 +0000
commitbd6b6a84e79481192a5f0ee150df2a12656746d4 (patch)
tree840ed863b031714b1fb2394fe276a92ef99fcac6 /package/Makefile
parent9140bea028fa72b8faec8cbd7bd238359889b217 (diff)
downloadupstream-bd6b6a84e79481192a5f0ee150df2a12656746d4.tar.gz
upstream-bd6b6a84e79481192a5f0ee150df2a12656746d4.tar.bz2
upstream-bd6b6a84e79481192a5f0ee150df2a12656746d4.zip
add proper build depends
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index af746715ba..0dc2670174 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -20,7 +20,7 @@ $(STAMP_DIR) $(TARGET_DIR):
$(MAKE) -C $(patsubst %-clean,%,$@) clean
-.pkgdeps: $(TOPDIR)/.pkginfo FORCE
+.pkgdeps: $(TOPDIR)/.pkginfo
@$(TOPDIR)/scripts/gen_deps.pl < $< > $@ || rm -f $@
all: compile