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://git.gag.com/?a=commitdiff_plain;h=23dad72918d3eabb23fdc7da94cca3dd283b93a6;p=fw%2Fpdclib When pdclib.a did not exist, make did print a message. Fixed. git-svn-id: https://srv7.svn-repos.de/dev34/pdclib/trunk@217 546481bc-9713-0410-bf18-d3337bbf4a3e --- 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)