aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-24 03:54:19 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-10-24 03:54:19 +0000
commitf9b3c026bef886761a26e9bf42ec92f7e1cf1c44 (patch)
tree9e5da82e52fc091a0666e1f3f893ca3d8fb876c8
parent69f9fee34958006778d0bf3a7e501ef5f8092aea (diff)
leave .o object file around so that it doesn't always recompile things
svn path=/trunk/externals/ext13/; revision=12656
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
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