From f9b3c026bef886761a26e9bf42ec92f7e1cf1c44 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 24 Oct 2009 03:54:19 +0000 Subject: leave .o object file around so that it doesn't always recompile things svn path=/trunk/externals/ext13/; revision=12656 --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 5e0e33b..e1a027a 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,6 @@ all: $(SOURCES:.c=.$(EXTENSION)) %.$(EXTENSION): %.o $(CC) $(LDFLAGS) -o "$*.$(EXTENSION)" "$*.o" $(LIBS) chmod a-x "$*.$(EXTENSION)" - rm -f -- $*.o # this links everything into a single binary file $(LIBRARY_NAME): $(SOURCES:.c=.o) $(LIBRARY_NAME).o -- cgit v1.2.1