From: PHO Date: Wed, 4 Jul 2012 08:04:44 +0000 (+0900) Subject: Makefile: bugfix X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=autobuild.git;a=commitdiff_plain;h=7266242a5a7f006244f128eb5f2782b798ef867a Makefile: bugfix --- diff --git a/Makefile b/Makefile index dce93f9..2260df7 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ clean: rm -f Build Build.tmp Build: $(SOURCES) - rm -f $@.tmp + rm -f $@ $@.tmp for i in $(SOURCES); do \ cat $$i >> $@.tmp; \ echo >> $@.tmp; \