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 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 | ||
| 892 | RUN_TEMACS = @SETARCH@ i386 ./temacs | ||
| 893 | #else | ||
| 894 | RUN_TEMACS = ./temacs | 890 | RUN_TEMACS = ./temacs |
| 895 | #endif | ||
| 896 | 891 | ||
| 897 | all: emacs${EXEEXT} OTHER_FILES | 892 | all: emacs${EXEEXT} OTHER_FILES |
| 898 | 893 | ||