From 57ebefa00d650e6683d3fef9e7c18901aa58b9cc Mon Sep 17 00:00:00 2001 From: solar Date: Sat, 19 Jun 2010 15:35:43 +0000 Subject: [PATCH] Fix for #26. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@423 546481bc-9713-0410-bf18-d3337bbf4a3e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index afd9eb5..3331fa5 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ help: %.o: %.c Makefile @echo " CC $(patsubst functions/%,%,$@)" - @$(CC) $(CFLAGS) -MMD -MP -MT "$*.d $*.t" -I./includes -c $< -o $@ + @$(CC) $(CFLAGS) -MMD -MP -MT "$*.d $*.t $*.o" -I./includes -c $< -o $@ %.t: %.c Makefile pdclib.a @echo " CC $(patsubst functions/%,%,$@)" -- 2.47.2