*** Makefile.in.orig	Fri Nov  4 04:32:49 1994
--- Makefile.in	Tue Aug 15 12:48:48 1995
***************
*** 35,41 ****
  # CC -- usually cc, the C compiler to use
  # LDCC -- usually also cc, the commant to link the objects
  
! prefix = /usr/local
  exec_prefix = ${prefix}
  
  XLSLIB=${prefix}/lib/xlispstat
--- 35,41 ----
  # CC -- usually cc, the C compiler to use
  # LDCC -- usually also cc, the commant to link the objects
  
! prefix = ${PREFIX}
  exec_prefix = ${prefix}
  
  XLSLIB=${prefix}/lib/xlispstat
***************
*** 123,128 ****
--- 123,130 ----
  	compiler/convert.fsl compiler/cells.fsl compiler/simplify.fsl \
  	compiler/lift.fsl compiler/gencode.fsl compiler/peephole.fsl \
  	compiler/assemble.fsl compiler/cmpfront.fsl
+ 
+ all: xlispstat
  
  xlispstat: setup.shell xlisp.wks
  	./setup.shell xlispstat ${XLSLIB}
