Removed two references to /home/scheme that were not used elsewhere.

This commit is contained in:
Eli Barzilay 2011-10-13 17:27:32 -04:00
parent 3589a70308
commit 29643f8120
2 changed files with 0 additions and 5 deletions

View File

@ -62,8 +62,6 @@ GRACKETOBJECTS = grmain.@LTO@
RACKETDEPS = ../racket/libracket.@LIBSFX@ ../racket/libmzgc.@LIBSFX@
INSTALLDEST=/home/scheme/plt
MRSTATIC =
MRSTATIC_STUB =

View File

@ -205,9 +205,6 @@ ee-main:
ee-app: $(RACKET) main_ee.@LTO@
if [ "$(EEAPP)" = '' ] ; then echo "ERROR: You must specify EEAPP" ; else $(CC) $(MAIN_CFLAGS_NODBG) -o $(EEAPP) main_ee.@LTO@ $(EEOBJECTS) $(SPECIALIZINGOBJECTS) libracket.@LIBSFX@ libmzgc.@LIBSFX@ @LIBS@ ; fi
testext.@LTO@: testext.c
$(CC) $(MAIN_CFLAGS) -I/home/scheme/plt/compiler/ -c testext.c -o testext.@LTO@
mzstart.exe: $(srcdir)/dynsrc/start.c
$(CC) @CFLAGS@ -o mzstart.exe $(srcdir)/dynsrc/start.c