From 977a7229c5a0ab7c6fcf0bc473edd03a4fac3ecc Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 18 Dec 2015 02:03:41 +0100 Subject: m fix to build system (not relevant to this package at the moment) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- mk/lang-c.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/lang-c.mk b/mk/lang-c.mk index 36d4496..7e9a15a 100644 --- a/mk/lang-c.mk +++ b/mk/lang-c.mk @@ -173,7 +173,7 @@ include aux/lang-c.mk aux/lang-c.mk: Makefile @$(MKDIR) -p aux @$(ECHO) > aux/lang-c.mk - @$(foreach B,$(_BIN),$(ECHO) bin/$(B): $(foreach O,$(_OBJ_$(B)),aux/$(O).o) >> aux/lang-c.mk) + @$(foreach B,$(_BIN),$(ECHO) bin/$(B): $(foreach O,$(_OBJ_$(B)),aux/$(O).o) >> aux/lang-c.mk &&) $(TRUE) # INSTALL RULES: -- cgit v1.2.3-70-g09d2