From: nbd 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/1418a689b09ba101b19c94af88246f50a6dd1753 fix stupid typo git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2269 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 1bdbbbfd8..8f4d32e5c 100644 --- a/openwrt/package/Makefile +++ b/openwrt/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); \ } \