* Makefile.in: Add targets to automatically rebuild dependencies.
authorIan Lance Taylor <ian@airs.com>
Tue, 2 Jan 1996 22:48:13 +0000 (22:48 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 2 Jan 1996 22:48:13 +0000 (22:48 +0000)
commitcd46af111eaebc699cc735387bddfce8ee4c37ff
treece35b0d5459befbdbb0d826bf2abf4c1d7d160d5
parent54b8b5c3423d717905ec31620979c3b3ac2307b7
* Makefile.in: Add targets to automatically rebuild dependencies.
Remove targets which just listed dependencies of .o files.
(DEP): New variable.
(HFILES, GENERATED_HFILES): New variables.
(CFILES, GENERATED_CFILES): New variables.
(underscore.c): Don't do anything, just depend upon stamp-under.
(stamp-under): New target; do what underscore.c used to do.
(nlmconv.o): Depend upon sym.h and ecoff.h.
(.dep, .dep1, dep.sed, dep, dep-in): New targets.
(stage1, stage2, stage3, against, comparison): Remove.
(de-stage1, de-stage2, de-stage3): Remove.
(clean, distclean): Remove stamp-under and dep.sed.
* dep-in.sed: New file.

* Makefile.in (OBJDUMP_OBJS): New variable.
($(OBJDUMP_PROG)): Use $(OBJDUMP_OBJS).
binutils/dep-in.sed [new file with mode: 0644]
This page took 0.037499 seconds and 4 git commands to generate.