artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2ac511
)
do 'make links' treat swap*.o just as all the .o files.
author
mickey
<mickey@openbsd.org>
Fri, 10 May 1996 12:10:04 +0000
(12:10 +0000)
committer
mickey
<mickey@openbsd.org>
Fri, 10 May 1996 12:10:04 +0000
(12:10 +0000)
usr.sbin/config/mkmakefile.c
patch
|
blob
|
history
diff --git
a/usr.sbin/config/mkmakefile.c
b/usr.sbin/config/mkmakefile.c
index
33a3157
..
9dc6ef4
100644
(file)
--- a/
usr.sbin/config/mkmakefile.c
+++ b/
usr.sbin/config/mkmakefile.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: mkmakefile.c,v 1.
3 1996/04/21 23:40:18 deraadt Exp $
*/
+/* $OpenBSD: mkmakefile.c,v 1.
4 1996/05/10 12:10:04 mickey Exp $
*/
/* $NetBSD: mkmakefile.c,v 1.29 1996/03/17 13:18:23 cgd Exp $ */
/*
@@
-297,7
+297,7
@@
emitfiles(fp, suffix)
"$S/arch/%s/%s/swapgeneric.c",
machine, machine);
else
- (void)sprintf(swapname, "swap%s.c",
+ (void)sprintf(swapname, "
./
swap%s.c",
cf->cf_name);
len = strlen(swapname);
if (lpos + len > 72) {