From: Chris Hanson Date: Sun, 6 May 2007 04:45:18 +0000 (+0000) Subject: Create "lib/include" to allow liarc compilation outside of the X-Git-Tag: 20090517-FFI~582 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=8bce3ebc3fb64daebc6e3b5bf5ee5c1a22ebeca5;p=mit-scheme.git Create "lib/include" to allow liarc compilation outside of the microcode directory. --- diff --git a/v7/src/Setup.sh b/v7/src/Setup.sh index e51dc8706..ed3a0e89a 100755 --- a/v7/src/Setup.sh +++ b/v7/src/Setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $Id: Setup.sh,v 1.21 2007/05/02 03:58:43 cph Exp $ +# $Id: Setup.sh,v 1.22 2007/05/06 04:45:18 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -42,6 +42,7 @@ maybe_link lib/include ../microcode maybe_link lib/optiondb.scm ../etc/optiondb.scm maybe_link lib/options ../runtime maybe_link lib/utabmd.bin ../microcode/utabmd.bin +maybe_link lib/include ../microcode # lib/edwin maybe_mkdir lib/edwin