diff options
author | jasone <jasone@FreeBSD.org> | 2000-01-28 08:49:23 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 2000-01-28 08:49:23 +0000 |
commit | 5b0f1318a3381e493814627181677a947ea578e9 (patch) | |
tree | 4309760e3be2adb89a9f1aed5a101eba2a106e6e /gnu/usr.bin | |
parent | 40392f826a06677252f97def7aa87c2374cfb916 (diff) | |
download | FreeBSD-src-5b0f1318a3381e493814627181677a947ea578e9.zip FreeBSD-src-5b0f1318a3381e493814627181677a947ea578e9.tar.gz |
Track internal(!) libc symbol naming change.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/cc/cc_fbsd/Makefile | 4 |
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 |