From: solar Date: Sat, 19 Jun 2010 15:35:43 +0000 (+0000) Subject: Fix for #26. X-Git-Tag: v0.5~78 X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=4de9ebf92ea3d057a9ce17841ff7939b1dfebc67 Fix for #26. --- 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/%,%,$@)"