Use $(MAKE) for build instead of gmake

This commit is contained in:
cls%seawood.org 1998-11-10 01:16:42 +00:00
Родитель 1d52872286
Коммит 9cbe5745d5
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -84,8 +84,8 @@ configure: mozilla/configure.in
(cd mozilla/$$autoobjdir; ../configure $(NSPR_CONFIG_FLAG) --enable-toolkit=$(MOZ_TOOLKIT)); \
build: configure
(cd mozilla/$$autoobjdir; gmake); \
# (cd mozilla/$$autoobjdir; gmake depend); \
(cd mozilla/$$autoobjdir; $(MAKE)); \
# (cd mozilla/$$autoobjdir; $(MAKE) depend); \
# Build & install nspr. Classic build, no autoconf.
# Linux/RPM available.