summaryrefslogtreecommitdiff
path: root/openwrt/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-10-22 23:13:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-10-22 23:13:12 +0000
commit48bd032248fdc8781442e370b384070b1767a7ef (patch)
tree4970a782fb5cc039b0d4dcd87e10d9f4d4bc1e6f /openwrt/package
parentc2520f54166f8215dde15204655c5dfc0bbe1d71 (diff)
downloadmtk-20170518-48bd032248fdc8781442e370b384070b1767a7ef.zip
mtk-20170518-48bd032248fdc8781442e370b384070b1767a7ef.tar.gz
mtk-20170518-48bd032248fdc8781442e370b384070b1767a7ef.tar.bz2
fix stupid typo
SVN-Revision: 2269
Diffstat (limited to 'openwrt/package')
-rw-r--r--openwrt/package/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile
index 1bdbbbf..8f4d32e 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); \
} \