use $< instead of $? for ar. Obviously required since the .a file gets
authorderaadt <deraadt@openbsd.org>
Mon, 7 Apr 1997 23:57:44 +0000 (23:57 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 7 Apr 1997 23:57:44 +0000 (23:57 +0000)
deleted in the same target! bug report sent to cygnus via niklas.

gnu/usr.bin/gcc/objc/Makefile

index 3698133..142948e 100644 (file)
@@ -60,7 +60,7 @@ OBJC_O = hash.o sarray.o class.o sendmsg.o init.o archive.o encoding.o \
 
 libobjc.a: $(OBJC_O)
        -rm -f libobjc.a
-       $(AR) rc libobjc.a $?
+       $(AR) rc libobjc.a $<
 # ranlib is run in the parent directory's makefile.
 
 OBJC_H = hash.h list.h sarray.h objc.h \