artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5da0b04
)
use $< instead of $? for ar. Obviously required since the .a file gets
author
deraadt
<deraadt@openbsd.org>
Mon, 7 Apr 1997 23:57:44 +0000
(23:57 +0000)
committer
deraadt
<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
patch
|
blob
|
history
diff --git
a/gnu/usr.bin/gcc/objc/Makefile
b/gnu/usr.bin/gcc/objc/Makefile
index
3698133
..
142948e
100644
(file)
--- a/
gnu/usr.bin/gcc/objc/Makefile
+++ b/
gnu/usr.bin/gcc/objc/Makefile
@@
-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 \