#!/bin/sh
-# $Id: configure,v 1.2 2000/12/06 05:12:33 cph Exp $
+# $Id: configure,v 1.3 2000/12/06 06:00:49 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
ln -s machines/${MACHINE} machine
fi
for FN in compiler.cbf compiler.pkg compiler.sf make.com; do \
- test -f $${FN} || ln -s machine/$${FN} .; \
+ test -f ${FN} || ln -s machine/${FN} .; \
done
#!/bin/sh
-# $Id: configure,v 1.2 2000/12/06 05:12:05 cph Exp $
+# $Id: configure,v 1.3 2000/12/06 05:59:24 cph Exp $
#
# Copyright (c) 2000 Massachusetts Institute of Technology
#
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-SUBDIRS=microcode compiler
+SUBDIRS="microcode compiler"
for SUBDIR in ${SUBDIRS}; do
(cd ${SUBDIR} && ./configure)