diff options
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/conf/Makefile.mvme68k | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/conf/Makefile.mvme68k b/sys/arch/mvme68k/conf/Makefile.mvme68k index aa6b1c2ec9e..13570e3d4b5 100644 --- a/sys/arch/mvme68k/conf/Makefile.mvme68k +++ b/sys/arch/mvme68k/conf/Makefile.mvme68k @@ -1,4 +1,4 @@ -# $Id: Makefile.mvme68k,v 1.3 1995/11/07 08:42:23 deraadt Exp $ +# $Id: Makefile.mvme68k,v 1.4 1995/11/23 13:13:05 deraadt Exp $ # This makefile is constructed from a machine description: # config machineid @@ -19,7 +19,7 @@ # DEBUG is set to -g by config if debugging is requested (config -g). # PROF is set to -pg by config if profiling is requested (config -p). -AS= as ${DEBUG} +AS= as CC= cc ${DEBUG} CPP= cpp LD= ld |