; * src/Makefile.in (../native-lisp): Make the long recipe silent.
This commit is contained in:
parent
7cb98ba057
commit
3c29fb705c
1 changed files with 1 additions and 1 deletions
|
@ -804,7 +804,7 @@ elnlisp := $(addprefix ${lispsource}/,${elnlisp}) $(lisp:.elc=.eln)
|
|||
THEFILE=$< $<n
|
||||
|
||||
../native-lisp: | $(pdmp)
|
||||
if test ! -d $@; then \
|
||||
@if test ! -d $@; then \
|
||||
mkdir $@ && $(MAKE) $(AM_V_NO_PD) $(elnlisp); \
|
||||
if test $(SYSTEM_TYPE) = cygwin; then \
|
||||
find $@ -name '*.eln' | rebase -v -O -T -; \
|
||||
|
|
Loading…
Add table
Reference in a new issue