diff options
Diffstat (limited to 'src/Makefile.in')
| -rw-r--r-- | src/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index f25e0f9d842..deb33730644 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -905,12 +905,7 @@ LIBES = $(LOADLIBES) $(LIBS) $(LIBX) $(LIBSOUND) \ | |||
| 905 | #define OBJECTS_MACHINE | 905 | #define OBJECTS_MACHINE |
| 906 | #endif | 906 | #endif |
| 907 | 907 | ||
| 908 | #ifdef HAVE_RANDOM_HEAPSTART | ||
| 909 | #undef i386 | ||
| 910 | RUN_TEMACS = @SETARCH@ i386 ./temacs | ||
| 911 | #else | ||
| 912 | RUN_TEMACS = ./temacs | 908 | RUN_TEMACS = ./temacs |
| 913 | #endif | ||
| 914 | 909 | ||
| 915 | all: emacs${EXEEXT} OTHER_FILES | 910 | all: emacs${EXEEXT} OTHER_FILES |
| 916 | 911 | ||