From 8fbb0979da8e42c65a1c5de1279165f6abb2b153 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ingo=20Br=C3=BCckl?= Date: Thu, 24 Oct 2013 02:18:19 +0200 Subject: [PATCH] build: remove pointless condition MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit $(STRIP) always expands to something, because it is one of the commands in the BRIEF list. This renders the condition pointless. Signed-off-by: Ingo Brückl Signed-off-by: Derek Buitenhuis --- library.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.mak b/library.mak index 58f6360..7292c8a 100644 --- a/library.mak +++ b/library.mak @@ -25,7 +25,7 @@ $(SUBDIR)%-test.i: $(SUBDIR)%.c $(SUBDIR)x86/%.o: $(SUBDIR)x86/%.asm $(DEPYASM) $(YASMFLAGS) -I $( $(@:.o=.d) $(YASM) $(YASMFLAGS) -I $(