diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-05 19:53:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-05 19:53:58 +0000 |
commit | 9edb745a717e3e14a9f1539edc85e5e7f1270c7a (patch) | |
tree | f5caafd0bb5b73e4a426dd9860016a2b97d3ac7f | |
parent | d315acf15e13039d7f2723b8b4aeb29b6c24469c (diff) | |
download | gunmake-9edb745a717e3e14a9f1539edc85e5e7f1270c7a.tar.gz |
Formerly GNUmakefile.~84~
-rw-r--r-- | GNUmakefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6c0ce8d..c4c0ba7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ # GNU Make-specific makefile for GNU Make. -# Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc. +# Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. # This file is part of GNU Make. # # GNU Make is free software; you can redistribute it and/or modify @@ -21,6 +21,7 @@ default: override srcdir := . +override CC := $(CC) # Get most of the information from the Unix-compatible makefile. include compatMakefile |