Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/gnu/dist/toolchain/gdb Don't make init.c depend on $(INIT_FI...
details: https://anonhg.NetBSD.org/src/rev/66c1e83f22d8
branches: trunk
changeset: 513664:66c1e83f22d8
user: tv <tv%NetBSD.org@localhost>
date: Mon Aug 06 21:37:30 2001 +0000
description:
Don't make init.c depend on $(INIT_FILES); this causes a build of all .o's
before grepping through .c's can begin. Instead, depend on Makefile.
diffstat:
gnu/dist/toolchain/gdb/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0c4df809f095 -r 66c1e83f22d8 gnu/dist/toolchain/gdb/Makefile.in
--- a/gnu/dist/toolchain/gdb/Makefile.in Mon Aug 06 20:13:28 2001 +0000
+++ b/gnu/dist/toolchain/gdb/Makefile.in Mon Aug 06 21:37:30 2001 +0000
@@ -725,7 +725,7 @@
#
INIT_FILES = $(OBS) $(TSOBS) $(CONFIG_INITS)
-init.c: $(INIT_FILES)
+init.c: Makefile
@echo Making init.c
@rm -f init.c-tmp init.l-tmp
@-echo $(INIT_FILES) | \
Home |
Main Index |
Thread Index |
Old Index