aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 08504dcf725..80789a99e39 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -887,12 +887,7 @@ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \
887#define OBJECTS_MACHINE 887#define OBJECTS_MACHINE
888#endif 888#endif
889 889
890#ifdef HAVE_RANDOM_HEAPSTART
891#undef i386
892RUN_TEMACS = @SETARCH@ i386 ./temacs
893#else
894RUN_TEMACS = ./temacs 890RUN_TEMACS = ./temacs
895#endif
896 891
897all: emacs${EXEEXT} OTHER_FILES 892all: emacs${EXEEXT} OTHER_FILES
898 893