From 5a05ca1d7633fb2f17bd916b782545d2e7843e6d Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Thu, 1 May 1997 00:26:43 +0000 Subject: Fix up a spurious '@' I added at the last second --- gnu/usr.bin/binutils/gdb/Makefile | 8 ++++---- gnu/usr.bin/gdb/gdb/Makefile | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'gnu') 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 - # 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 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 - # 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 -- cgit v1.3