From: solar <> Date: Thu, 1 Jun 2006 09:35:45 +0000 (+0000) Subject: When pdclib.a did not exist, make did print a message. Fixed. X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=commitdiff_plain;h=192f27e35b606fb47de1dac5b851303bc2e4de20 When pdclib.a did not exist, make did print a message. Fixed. --- diff --git a/Makefile b/Makefile index dfa14f8..11e1cdc 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ CFLAGS := -Wall -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings all: pdclib.a pdclib.a: $(OBJFILES) - @ar r pdclib.a $? + @ar rc pdclib.a $? test: $(FILE) $(FILE)