summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-01-15 22:15:14 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-01-15 22:15:14 +0000
commit9196f2c2f868799bdfb9222f6debdf44916d8cde (patch)
tree496c54f515e3af314c0d82a31200b20ed8e0b2f1 /sys
parent827bb43f87665c87f900d1b914527c76f29b5553 (diff)
Don't feed ${DEBUG} to the assembler, it doesn't take those args
anyway.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/conf/Makefile.amiga2
1 files changed, 1 insertions, 1 deletions
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