diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index b8d0e7b54ce..0326b4a8f22 100644 --- a/src/Makefile.in +++ b/src/Makefile.in | |||
| @@ -804,7 +804,7 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:.elc=.eln) | |||
| 804 | THEFILE=$< $<n | 804 | THEFILE=$< $<n |
| 805 | 805 | ||
| 806 | ../native-lisp: | $(pdmp) | 806 | ../native-lisp: | $(pdmp) |
| 807 | if test ! -d $@; then \ | 807 | @if test ! -d $@; then \ |
| 808 | mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \ | 808 | mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \ |
| 809 | if test $(SYSTEM_TYPE) = cygwin; then \ | 809 | if test $(SYSTEM_TYPE) = cygwin; then \ |
| 810 | find $@ -name '*.eln' | rebase -v -O -T -; \ | 810 | find $@ -name '*.eln' | rebase -v -O -T -; \ |