diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 17:50:31 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-02-22 17:50:31 +0000 |
commit | 1ca982f27c5068144dd637d761637da441cd0069 (patch) | |
tree | 525e26bb0d89138cf283238aecd5e8b86b42f868 /include/host-build.mk | |
parent | 78e17a6b4f43735095a439fcf18702ebabbd9e84 (diff) | |
download | upstream-1ca982f27c5068144dd637d761637da441cd0069.tar.gz upstream-1ca982f27c5068144dd637d761637da441cd0069.tar.bz2 upstream-1ca982f27c5068144dd637d761637da441cd0069.zip |
eliminate redundancy by creating the quilt_used stampfile in the right place
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14620 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/host-build.mk b/include/host-build.mk index fdba1b36cb..3f714cd682 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -27,7 +27,6 @@ ifneq ($(strip $(HOST_UNPACK)),) define Host/Prepare/Default $(HOST_UNPACK) $(Host/Patch) - $(if $(QUILT),touch $(HOST_BUILD_DIR)/.quilt_used) endef endif |