fix swap file reference in CFILES (from mel@rockeffeller.arpa)
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 4 May 1987 04:45:36 +0000 (20:45 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Mon, 4 May 1987 04:45:36 +0000 (20:45 -0800)
SCCS-vsn: usr.sbin/config/mkmakefile.c 5.13

usr/src/usr.sbin/config/mkmakefile.c

index eef8830..cd7f82b 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)mkmakefile.c       5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)mkmakefile.c       5.13 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -437,7 +437,7 @@ do_cfiles(fp)
                                lpos = 8;
                                fputs("\\\n\t", fp);
                        }
                                lpos = 8;
                                fputs("\\\n\t", fp);
                        }
-                       fprintf(fp, "../%s ", swapname);
+                       fprintf(fp, "../%s/%s ", machinename, swapname);
                        lpos += len + 1;
                }
        if (lpos != 8)
                        lpos += len + 1;
                }
        if (lpos != 8)