diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-11 03:18:31 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-11 03:18:31 +0000 |
commit | e006253f112608c411f75eadfb28004edead07d6 (patch) | |
tree | fadcab469c31d39fcd97a4014598d0616bc82245 | |
parent | bf9e9b6a9164a4085ec1dd4f5b47e0b0eb3b80b5 (diff) | |
download | upstream-e006253f112608c411f75eadfb28004edead07d6.tar.gz upstream-e006253f112608c411f75eadfb28004edead07d6.tar.bz2 upstream-e006253f112608c411f75eadfb28004edead07d6.zip |
remove obsolete stamp dep after r24474
SVN-Revision: 24475
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 7f22591dcc..e96167b4e7 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -63,7 +63,7 @@ define PrepareStaging endef # preparatory work -$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(STAGING_DIR_HOST)/.prepared +$(STAGING_DIR)/.prepared: $(TMP_DIR)/.build $(call PrepareStaging,$(STAGING_DIR)) mkdir -p $(BUILD_DIR)/stamp touch $@ |