diff options
author | L Jonas Olsson <ljo@FreeBSD.org> | 1994-10-25 14:36:50 +0000 |
---|---|---|
committer | L Jonas Olsson <ljo@FreeBSD.org> | 1994-10-25 14:36:50 +0000 |
commit | 0abc0dba574dfe65b63b5a6fe88fa1c1f2e64659 (patch) | |
tree | 16dd13ec0443521626b6be1196276a66ea70dbfb /gnu/usr.bin/cc/Makefile | |
parent | b5fd024b77240fea335c69b51cedc519273c4865 (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r-- | gnu/usr.bin/cc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index cbec53bd4594b..344b60c209083 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -1,8 +1,8 @@ # -# $Id$ +# $Id: Makefile,v 1.2 1994/09/18 22:35:35 wollman Exp $ # -PGMDIR= cc_int cpp cc1 cc cc1plus c++ libgcc +PGMDIR= cc_int cpp cc1 cc cc1plus c++ f77 libgcc SUBDIR= $(PGMDIR) .include <bsd.subdir.mk> |