]> pd.if.org Git - pdclib/commitdiff
When pdclib.a did not exist, make did print a message. Fixed.
authorsolar <unknown>
Thu, 1 Jun 2006 09:35:45 +0000 (09:35 +0000)
committersolar <unknown>
Thu, 1 Jun 2006 09:35:45 +0000 (09:35 +0000)
Makefile

index dfa14f8ba0ce57bc7e032b9ce5f490ed1952ae42..11e1cdc9c1e48e95a7649fbd22fa0d263ba9c62d 100644 (file)
--- 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)