From c2f52a1f3803bcad018d7c2a06930b5c70e730eb Mon Sep 17 00:00:00 2001 From: niklas Date: Mon, 15 Jan 1996 22:15:13 +0000 Subject: [PATCH] Don't feed ${DEBUG} to the assembler, it doesn't take those args anyway. --- sys/arch/amiga/conf/Makefile.amiga | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arch/amiga/conf/Makefile.amiga b/sys/arch/amiga/conf/Makefile.amiga index 48be0aefcda..ffb8a5c5eeb 100644 --- a/sys/arch/amiga/conf/Makefile.amiga +++ b/sys/arch/amiga/conf/Makefile.amiga @@ -23,7 +23,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