From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sat, 22 Oct 2005 23:13:12 +0000 (+0000)
Subject: fix stupid typo
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/04de47b88a03b4e38703e307498163bfcf0d3cca

fix stupid typo

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2269 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/package/Makefile b/package/Makefile
index 1bdbbbfd8..8f4d32e5c 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -445,7 +445,6 @@ $(TARGET_DIR):
 		$(START_TRACE) "package/$(patsubst %-prepare,%,$@)/prepare: "; \
 		$(MAKE) -C $(patsubst %-prepare,%,$@) prepare && { \
 			touch $(STAMP_DIR)/.$@; \
-		} || { \
 			$(CMD_TRACE) " done"; \
 			$(END_TRACE); \
 		} \
@@ -457,7 +456,6 @@ $(TARGET_DIR):
 		$(MAKE) -C $(patsubst %-compile,%,$@) compile && { \
 			touch $(STAMP_DIR)/.$(patsubst %-compile,%,$@)-prepare; \
 			touch $(STAMP_DIR)/.$@; \
-		} || { \
 			$(CMD_TRACE) " done"; \
 			$(END_TRACE); \
 		} \