From 77ce056c07d3f8e24408ec9589fc58c18339c98a Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 23 Nov 1995 13:13:05 +0000 Subject: [PATCH] as has no -g flag --- sys/arch/mvme68k/conf/Makefile.mvme68k | 4 ++-- 1 file 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 -- 2.20.1