From 9c100c8d0aa440112aa7a7454dda1dd814daf317 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 9 Feb 2015 12:30:42 +0100 Subject: Added an empty target to the Makefile to make sure the sub-make for libsi is always called --- libsi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsi/Makefile') diff --git a/libsi/Makefile b/libsi/Makefile index dff5ca9c..dc67e516 100644 --- a/libsi/Makefile +++ b/libsi/Makefile @@ -1,7 +1,7 @@ # # Makefile for a libsi # -# $Id: Makefile 2.4 2012/12/18 13:35:54 kls Exp $ +# $Id: Makefile 3.1 2015/02/09 12:28:24 kls Exp $ ### The archiver options: @@ -32,6 +32,7 @@ $(DEPFILE): Makefile ### Targets: all: libsi.a + @: libsi.a : $(OBJS) $(AR) $(ARFLAGS) $@ $(OBJS) -- cgit v1.2.3