remove old references to EXPORTS in mzscheme/src/Makefile
svn: r6701
This commit is contained in:
parent
64c5cf524b
commit
a1db9b32a4
|
@ -8,8 +8,6 @@ builddir = @builddir@
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
PERL = @PERL@
|
PERL = @PERL@
|
||||||
|
|
||||||
XMAKE = $(MAKE) $(EXPORT)
|
|
||||||
|
|
||||||
MZSRC = $(srcdir)
|
MZSRC = $(srcdir)
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ @COMPFLAGS@ @PREFLAGS@ @PROFFLAGS@ @OPTIONS@ @MZOPTIONS@ -I$(builddir)/.. -I$(srcdir)/../include
|
CFLAGS = @CFLAGS@ @COMPFLAGS@ @PREFLAGS@ @PROFFLAGS@ @OPTIONS@ @MZOPTIONS@ -I$(builddir)/.. -I$(srcdir)/../include
|
||||||
|
@ -98,8 +96,8 @@ wrong:
|
||||||
echo Make from the directory above this one
|
echo Make from the directory above this one
|
||||||
|
|
||||||
all:
|
all:
|
||||||
$(XMAKE) mzheaders
|
$(MAKE) mzheaders
|
||||||
$(XMAKE) mzobjects
|
$(MAKE) mzobjects
|
||||||
|
|
||||||
mzheaders: $(srcdir)/schemex.h $(srcdir)/schemexm.h $(srcdir)/schemex.inc $(srcdir)/schexn.h schsys.h \
|
mzheaders: $(srcdir)/schemex.h $(srcdir)/schemexm.h $(srcdir)/schemex.inc $(srcdir)/schexn.h schsys.h \
|
||||||
$(srcdir)/../include/mzscheme.exp $(srcdir)/../include/mzwin.def $(srcdir)/../include/gmzwin.def \
|
$(srcdir)/../include/mzscheme.exp $(srcdir)/../include/mzwin.def $(srcdir)/../include/gmzwin.def \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user