artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45cc5e
)
Don't feed ${DEBUG} to the assembler, it doesn't take those args
author
niklas
<niklas@openbsd.org>
Mon, 15 Jan 1996 22:15:13 +0000
(22:15 +0000)
committer
niklas
<niklas@openbsd.org>
Mon, 15 Jan 1996 22:15:13 +0000
(22:15 +0000)
anyway.
sys/arch/amiga/conf/Makefile.amiga
patch
|
blob
|
history
diff --git
a/sys/arch/amiga/conf/Makefile.amiga
b/sys/arch/amiga/conf/Makefile.amiga
index
48be0ae
..
ffb8a5c
100644
(file)
--- 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