diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-30 18:22:01 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-07-30 18:22:01 +0000 |
commit | af927159a9e65228875999840012a1cde1c36b6a (patch) | |
tree | 5569019c40b6d11d6ded7321899f99020a2ec4eb /tools/Makefile | |
parent | 3cd9eea04e166dc36dd0ecd4c1ebdf92ed76f8f2 (diff) |
next round of build system cleanup - convert package/ to new structure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8236 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile index 2b0143e6b3..5ad4bfd723 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,9 +25,9 @@ endef $(eval $(call copy_include,$(curdir))) # prerequisites for the individual targets -$(curdir)/ := .config +$(curdir)/ := .config prereq $(curdir)//compile = $(1)/prepare $(curdir)//install = $(1)/compile -$(eval $(call stampfile,$(curdir),tools)) +$(eval $(call stampfile,$(curdir),tools,install)) $(eval $(call subdir,$(curdir))) |