artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a704bc6
)
as has no -g flag
author
deraadt
<deraadt@openbsd.org>
Thu, 23 Nov 1995 13:13:05 +0000
(13:13 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 23 Nov 1995 13:13:05 +0000
(13:13 +0000)
sys/arch/mvme68k/conf/Makefile.mvme68k
patch
|
blob
|
history
diff --git
a/sys/arch/mvme68k/conf/Makefile.mvme68k
b/sys/arch/mvme68k/conf/Makefile.mvme68k
index
aa6b1c2
..
13570e3
100644
(file)
--- 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