summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1997-05-01 00:26:43 +0000
committerpst <pst@FreeBSD.org>1997-05-01 00:26:43 +0000
commitc72be2a590f7105096827315666d02c259212980 (patch)
tree8c8815346ae532dc1c683f65abfc71c46bf58666 /gnu
parentefe87a3276cbd8b742ec49825a5219b5ff034d4d (diff)
downloadFreeBSD-src-c72be2a590f7105096827315666d02c259212980.zip
FreeBSD-src-c72be2a590f7105096827315666d02c259212980.tar.gz
Fix up a spurious '@' I added at the last second
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdb/Makefile8
-rw-r--r--gnu/usr.bin/gdb/gdb/Makefile8
2 files changed, 8 insertions, 8 deletions
diff --git a/gnu/usr.bin/binutils/gdb/Makefile b/gnu/usr.bin/binutils/gdb/Makefile
index 9889d70..b720141 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 9889d70..b720141 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>
OpenPOWER on IntegriCloud