summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorjasone <jasone@FreeBSD.org>2000-01-28 08:49:23 +0000
committerjasone <jasone@FreeBSD.org>2000-01-28 08:49:23 +0000
commit5b0f1318a3381e493814627181677a947ea578e9 (patch)
tree4309760e3be2adb89a9f1aed5a101eba2a106e6e /gnu
parent40392f826a06677252f97def7aa87c2374cfb916 (diff)
downloadFreeBSD-src-5b0f1318a3381e493814627181677a947ea578e9.zip
FreeBSD-src-5b0f1318a3381e493814627181677a947ea578e9.tar.gz
Track internal(!) libc symbol naming change.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_fbsd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_fbsd/Makefile b/gnu/usr.bin/cc/cc_fbsd/Makefile
index 2614d34..5aad7ff 100644
--- a/gnu/usr.bin/cc/cc_fbsd/Makefile
+++ b/gnu/usr.bin/cc/cc_fbsd/Makefile
@@ -10,8 +10,8 @@ NOPIC= YES
SRCS= getobjformat.c mktemp.c
-CFLAGS+= -D_libc_open=open
-
+CFLAGS+= -D_open=open
+
install:
@true
OpenPOWER on IntegriCloud