Don't write files in "makegen/"; this causes problems when the build
authorChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 21:46:17 +0000 (21:46 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 5 Dec 2000 21:46:17 +0000 (21:46 +0000)
directory is symlinked into the source directory.

v7/src/microcode/makegen/makeinit.sh

index 0ae481c42c0c551493defcb27708ae9a3959b8f0..16d4e2f8f4b6a662b22fe503a01781a5c83f51dd 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: makeinit.sh,v 1.2 2000/12/05 21:23:50 cph Exp $
+# $Id: makeinit.sh,v 1.3 2000/12/05 21:46:17 cph Exp $
 #
 # Copyright (c) 2000 Massachusetts Institute of Technology
 #
@@ -27,7 +27,7 @@ fi
 scheme -heap 2000 <<EOF
 (load "makegen/makegen.scm")
 (generate-makefile "makegen/Makefile.in.in"
-                  "makegen/Makefile.deps"
+                  "Makefile.deps"
                   "Makefile.in")
 EOF
 ./config.status