summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.lib.mk
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-03-14 01:29:05 +0000
committertrhodes <trhodes@FreeBSD.org>2004-03-14 01:29:05 +0000
commit1ff837cfce7fe0bff2e61961547cb15b17a41b69 (patch)
treed2692851deefbf921d7362b66f4a9ed1daab2c0a /share/mk/bsd.lib.mk
parentdeef4b06daa12b66b70e4705d33e8d8f6a587f8c (diff)
downloadFreeBSD-src-1ff837cfce7fe0bff2e61961547cb15b17a41b69.zip
FreeBSD-src-1ff837cfce7fe0bff2e61961547cb15b17a41b69.tar.gz
Fix some style bugs in previous commit.
Fix 'broken' ifdefs. icc does not support profiling yet so remove unfinished code which was supposed to help. Submitted by: netchild (original version) Reviewed by: ru
Diffstat (limited to 'share/mk/bsd.lib.mk')
-rw-r--r--share/mk/bsd.lib.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/share/mk/bsd.lib.mk b/share/mk/bsd.lib.mk
index efa898d..8fe27ee 100644
--- a/share/mk/bsd.lib.mk
+++ b/share/mk/bsd.lib.mk
@@ -54,9 +54,6 @@ PO_FLAG=-p
PO_FLAG=-pg
.endif
-.c.o:
- ${CC} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
-
.c.po:
${CC} ${PO_FLAG} ${CFLAGS} -c ${.IMPSRC} -o ${.TARGET}
@@ -166,7 +163,7 @@ ${LINTLIB}: ${LINTOBJS}
${LINT} ${LINTLIBFLAGS} ${CFLAGS:M-[DIU]*} ${.ALLSRC}
.endif
-.endif #!defined(INTERNALLIB)
+.endif !defined(INTERNALLIB)
all: ${_LIBS}
OpenPOWER on IntegriCloud