summaryrefslogtreecommitdiffstats
path: root/package/libertas
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-22 17:50:31 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-22 17:50:31 +0000
commitca3f76d2a5a2f330b12be5dcd9d41e6a30648981 (patch)
tree525e26bb0d89138cf283238aecd5e8b86b42f868 /package/libertas
parentb19b9f9e19dddb9dfec742103c1f961df73bc12b (diff)
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 'package/libertas')
-rw-r--r--package/libertas/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libertas/Makefile b/package/libertas/Makefile
index 1641abeeb..66a90c80e 100644
--- a/package/libertas/Makefile
+++ b/package/libertas/Makefile
@@ -35,7 +35,6 @@ define Build/Prepare
mkdir -p $(PKG_BUILD_DIR)
$(CP) ./src/* $(PKG_BUILD_DIR)/
$(Build/Patch)
- $(if $(QUILT),touch $(PKG_BUILD_DIR)/.quilt_used)
endef
define Build/Compile