summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-10-03 23:03:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-10-03 23:03:38 +0000
commit8e4232db5733fb672d0bdd8f81cc35e98a724f2f (patch)
tree9da9aeabcf3b37a69f8e21edef9d54c179188c57
parent979aa4d0404039a8d3ca40da4c9443c823aecbb0 (diff)
downloadFreeBSD-src-8e4232db5733fb672d0bdd8f81cc35e98a724f2f.zip
FreeBSD-src-8e4232db5733fb672d0bdd8f81cc35e98a724f2f.tar.gz
Put genassym: back how it was originally, the real bug was in mkdep.
-rw-r--r--sys/conf/Makefile.i3864
-rw-r--r--sys/conf/Makefile.powerpc4
-rw-r--r--sys/i386/conf/Makefile.i3864
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index c921273..d122f4a 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
+# $Id: Makefile.i386,v 1.44 1994/10/03 18:51:35 phk Exp $
#
# Makefile for FreeBSD
#
@@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
-genassym: Makefile ${I386}/i386/genassym.c
+genassym: Makefile
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
${I386}/i386/genassym.c -static -o genassym
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index c921273..d122f4a 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
+# $Id: Makefile.i386,v 1.44 1994/10/03 18:51:35 phk Exp $
#
# Makefile for FreeBSD
#
@@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
-genassym: Makefile ${I386}/i386/genassym.c
+genassym: Makefile
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
${I386}/i386/genassym.c -static -o genassym
diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386
index c921273..d122f4a 100644
--- a/sys/i386/conf/Makefile.i386
+++ b/sys/i386/conf/Makefile.i386
@@ -1,6 +1,6 @@
# Copyright 1990 W. Jolitz
# from: @(#)Makefile.i386 7.1 5/10/91
-# $Id: Makefile.i386,v 1.43 1994/10/02 22:58:40 rgrimes Exp $
+# $Id: Makefile.i386,v 1.44 1994/10/03 18:51:35 phk Exp $
#
# Makefile for FreeBSD
#
@@ -162,7 +162,7 @@ assym.s: genassym
# Some of the defines that genassym outputs may well depend on the
# value of kernel options.
-genassym: Makefile ${I386}/i386/genassym.c
+genassym: Makefile
${CC} ${INCLUDES} -DKERNEL ${IDENT} ${PARAM} \
${I386}/i386/genassym.c -static -o genassym
OpenPOWER on IntegriCloud