From 19c7f6cf0ef00b923342872e415a920cab864b68 Mon Sep 17 00:00:00 2001 From: solar Date: Thu, 1 Jun 2006 09:35:45 +0000 Subject: [PATCH] When pdclib.a did not exist, make did print a message. Fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0