diff options
| author | itohy <itohy@NetBSD.org> | 1999-02-24 02:58:42 +0000 |
|---|---|---|
| committer | itohy <itohy@NetBSD.org> | 1999-02-24 02:58:42 +0000 |
| commit | de08a5e37ebc79817e279a3ffedd7487aa98d1f3 (patch) | |
| tree | 2a8e9d1a180dd73caa4099424825fc9198051722 /gnu | |
| parent | f8d7518b3a4fbc8835f57ecd7320124b3cb63147 (diff) | |
Add minimal dependency to make "make depend" optional
after cleandir.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/egcs/common/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/egcs/common/Makefile b/gnu/usr.bin/egcs/common/Makefile index 9dee55260f5..96bb053e25d 100644 --- a/gnu/usr.bin/egcs/common/Makefile +++ b/gnu/usr.bin/egcs/common/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/02/20 15:00:50 pk Exp $ +# $NetBSD: Makefile,v 1.26 1999/02/24 02:58:42 itohy Exp $ MKLINKLIB=no MKMAN= no @@ -115,4 +115,9 @@ s-${_GEN_}: gen${_GEN_} ${MD} ${OBJS} ${SOBJS} genattrtab.lo genextract.lo: \ insn-attr.h insn-codes.h insn-config.h insn-flags.h tree-check.h +# this makes "make depend" optional +bitmap.lo genemit.lo genopinit.lo genoutput.lo genpeep.lo \ +print-rtl.lo rtl.lo rtlanal.lo: \ + genrtl.h + .PATH: ${DIST}/config/${GCC_ARCH} |
