summaryrefslogtreecommitdiffstats
path: root/share/mk/sys.mk
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-09-07 06:52:25 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-09-07 06:52:25 +0000
commit96c9b991deb174f82e224905dc7842646a45146c (patch)
tree3cf4f4ae55d81cd951998d3a40771dac9a1c6894 /share/mk/sys.mk
parenta26bb838f1392eee4537086704d52f61f7ca7c4e (diff)
downloadFreeBSD-src-96c9b991deb174f82e224905dc7842646a45146c.zip
FreeBSD-src-96c9b991deb174f82e224905dc7842646a45146c.tar.gz
The .c: rule added by Bruce, but as yet unused, causes serious problems
for the 1.1.5 FreeBSD make. For now just comment it out until a fix for make can be found. Reviewed by: bde Submitted by: rgrimes
Diffstat (limited to 'share/mk/sys.mk')
-rw-r--r--share/mk/sys.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index 9217dc4..64d743c 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,5 +1,5 @@
# from: @(#)sys.mk 8.2 (Berkeley) 3/21/94
-# $Id: sys.mk,v 1.4 1994/08/31 03:57:32 paul Exp $
+# $Id: sys.mk,v 1.5 1994/09/04 02:52:27 jkh Exp $
unix ?= We run FreeBSD, not UNIX.
@@ -69,8 +69,10 @@ SHELL ?= sh
YACC ?= yacc
YFLAGS ?= -d
-.c:
- ${CC} ${CFLAGS} ${.IMPSRC} -o ${.TARGET}
+# This rule currently causes both make from 1.x and 2.x to have problems,
+# and is not being used so disable it for now.
+#.c:
+# ${CC} ${CFLAGS} ${.IMPSRC} -o ${.TARGET}
.c.o:
${CC} ${CFLAGS} -c ${.IMPSRC}
OpenPOWER on IntegriCloud