Run make-makefile with perl found by configure.

This commit is contained in:
slamm%netscape.com 1999-08-27 22:57:21 +00:00
Родитель 134f0a0314
Коммит 906df38f00
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -699,7 +699,7 @@ endif
# Note: Passing depth to make-makefile is optional.
# It saves the script some work, though.
Makefile: Makefile.in
$(topsrcdir)/build/autoconf/make-makefile -d $(DEPTH)
@$(PERL) $(topsrcdir)/build/autoconf/make-makefile -d $(DEPTH)
$(SUBMAKEFILES): % : %.in
@$(PERL) $(topsrcdir)/build/autoconf/make-makefile -d $(DEPTH) $@