Removed two references to /home/scheme that were not used elsewhere.
This commit is contained in:
parent
3589a70308
commit
29643f8120
|
@ -62,8 +62,6 @@ GRACKETOBJECTS = grmain.@LTO@
|
|||
|
||||
RACKETDEPS = ../racket/libracket.@LIBSFX@ ../racket/libmzgc.@LIBSFX@
|
||||
|
||||
INSTALLDEST=/home/scheme/plt
|
||||
|
||||
MRSTATIC =
|
||||
MRSTATIC_STUB =
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user