diff options
author | Bruce Evans <bde@FreeBSD.org> | 1995-01-21 14:41:45 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1995-01-21 14:41:45 +0000 |
commit | 46d8d9350064ffea66207d1a14af2982dcda49e0 (patch) | |
tree | 5218221db7680c36881e53aee0435702ec95e09a /usr.bin/f2c | |
parent | a2562ad9175d53e44893dc08b8048ab9ed302b62 (diff) |
Notes
Diffstat (limited to 'usr.bin/f2c')
-rw-r--r-- | usr.bin/f2c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/f2c/Makefile b/usr.bin/f2c/Makefile index eea5cf4ce5bb9..0f6df6ede5248 100644 --- a/usr.bin/f2c/Makefile +++ b/usr.bin/f2c/Makefile @@ -2,7 +2,7 @@ PROG= f2c -g = -O -g +g = -O CFLAGS = $g -DANSI_Libraries -I${.CURDIR} -I. SHELL = /bin/sh |