diff options
Diffstat (limited to 'gnu/usr.bin/cc/f77/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/f77/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile index 101a897..8dda51e 100644 --- a/gnu/usr.bin/cc/f77/Makefile +++ b/gnu/usr.bin/cc/f77/Makefile @@ -7,7 +7,6 @@ PROG= f77 SRCS= gcc.c g77spec.c version.c -NOMAN= # not while compile from GCC repo checkout CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" |