diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 23:13:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-22 23:13:12 +0000 |
commit | 48bd032248fdc8781442e370b384070b1767a7ef (patch) | |
tree | 4970a782fb5cc039b0d4dcd87e10d9f4d4bc1e6f /openwrt/package | |
parent | c2520f54166f8215dde15204655c5dfc0bbe1d71 (diff) | |
download | mtk-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/Makefile | 2 |
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); \ } \ |