diff options
author | Roland McGrath <roland@gnu.org> | 1995-03-21 04:26:12 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-03-21 04:26:12 +0000 |
commit | 6bf028786c61b3b1e98d34557c5c442c2f954526 (patch) | |
tree | 4bd081db788463e1487752e8e742632322864fa0 /Rules | |
parent | 4788ab4637d4385a7faaf4a1a819f8191bd84127 (diff) | |
download | glibc-6bf028786c61b3b1e98d34557c5c442c2f954526.tar glibc-6bf028786c61b3b1e98d34557c5c442c2f954526.tar.gz glibc-6bf028786c61b3b1e98d34557c5c442c2f954526.tar.bz2 glibc-6bf028786c61b3b1e98d34557c5c442c2f954526.zip |
* Makefile (parent-mostlyclean): Don't use $(libc.a).
(parent-clean): Use $(objpfx) to find sysd-*.
* Rules (generated): Append dummy.o dummy.c.
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ $(objpfx)dummy.o: @rm -f $(@:.o=.c) echo 'void __dummy__ () { }' > $(@:.o=.c) $(CC) -c $(@:.o=.c) -o $@ +generated := $(generated) dummy.o dummy.c # This makes all the auxilliary and test programs. |