From: solar Date: Sat, 19 Jun 2010 15:35:43 +0000 (+0000) Subject: Fix for #26. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=57ebefa00d650e6683d3fef9e7c18901aa58b9cc;p=fw%2Fpdclib Fix for #26. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@423 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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/%,%,$@)"