diff options
| author | Paul Traina <pst@FreeBSD.org> | 1997-05-01 00:26:43 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1997-05-01 00:26:43 +0000 |
| commit | 5a05ca1d7633fb2f17bd916b782545d2e7843e6d (patch) | |
| tree | ad2dd151a68d4086af0f3091a58e5dc04fae63fc /gnu/usr.bin | |
| parent | 54adf809553a6fc9db3e77e72914b3767d0647b5 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/binutils/gdb/Makefile | 8 | ||||
| -rw-r--r-- | gnu/usr.bin/gdb/gdb/Makefile | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile index 9889d704679e..b720141326d4 100644 --- a/gnu/usr.bin/binutils/gdb/Makefile +++ b/gnu/usr.bin/binutils/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1997/04/30 15:23:02 bde Exp $ +# $Id: Makefile,v 1.24 1997/05/01 00:18:50 pst Exp $ PROG = gdb @@ -72,8 +72,6 @@ LDADD+= -L${.CURDIR}/../libiberty/ -liberty DPADD+= ${.CURDIR}/../libiberty/libiberty.a .endif -.include <bsd.prog.mk> - # We do this by grepping through sources. If that turns out to be too slow, # maybe we could just require every .o file to have an initialization routine # of a given name (remote-udi.o -> _initialize_remote_udi, etc.). @@ -113,8 +111,10 @@ ${.OBJDIR}/init.c: ${XSRCS} sed <$$fn >>init.c-tmp -n \ -e '/^_initialize_[a-z_0-9A-Z]* *(/s/^\([a-z_0-9A-Z]*\).*/ {extern void \1 (); \1 ();}/p' ; ;; \ esac ; \ - @done + done @echo '}' >>init.c-tmp @mv init.c-tmp init.c .PRECIOUS: init.c + +.include <bsd.prog.mk> diff --git a/gnu/usr.bin/gdb/gdb/Makefile b/gnu/usr.bin/gdb/gdb/Makefile index 9889d704679e..b720141326d4 100644 --- a/gnu/usr.bin/gdb/gdb/Makefile +++ b/gnu/usr.bin/gdb/gdb/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.23 1997/04/30 15:23:02 bde Exp $ +# $Id: Makefile,v 1.24 1997/05/01 00:18:50 pst Exp $ PROG = gdb @@ -72,8 +72,6 @@ LDADD+= -L${.CURDIR}/../libiberty/ -liberty DPADD+= ${.CURDIR}/../libiberty/libiberty.a .endif -.include <bsd.prog.mk> - # We do this by grepping through sources. If that turns out to be too slow, # maybe we could just require every .o file to have an initialization routine # of a given name (remote-udi.o -> _initialize_remote_udi, etc.). @@ -113,8 +111,10 @@ ${.OBJDIR}/init.c: ${XSRCS} sed <$$fn >>init.c-tmp -n \ -e '/^_initialize_[a-z_0-9A-Z]* *(/s/^\([a-z_0-9A-Z]*\).*/ {extern void \1 (); \1 ();}/p' ; ;; \ esac ; \ - @done + done @echo '}' >>init.c-tmp @mv init.c-tmp init.c .PRECIOUS: init.c + +.include <bsd.prog.mk> |
