Don't feed ${DEBUG} to the assembler, it doesn't take those args
authorniklas <niklas@openbsd.org>
Mon, 15 Jan 1996 22:15:13 +0000 (22:15 +0000)
committerniklas <niklas@openbsd.org>
Mon, 15 Jan 1996 22:15:13 +0000 (22:15 +0000)
anyway.

sys/arch/amiga/conf/Makefile.amiga

index 48be0ae..ffb8a5c 100644 (file)
@@ -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