diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-23 13:13:06 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-11-23 13:13:06 +0000 |
commit | 86ed2c5c7ea8656d7ea8c78f0f9cabe1cf3bdaaa (patch) | |
tree | 8e1ed2ba4120acaf61e50b1fdff4f0fd7ac1c17c | |
parent | b5d42c1cc5fca5710f68c8f28bfe909b7f10b2f1 (diff) |
as has no -g flag
-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 |