Просмотр исходного кода

Fixed 2 make commands to be generic $(MAKE) macros

Eric Stanley 13 лет назад
Родитель
Сommit
8b51c1130f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/solaris/Makefile.in

+ 1 - 1
package/solaris/Makefile.in

@@ -24,7 +24,7 @@ ABSINSTALLDIR=@abs_builddir@/install
 build:
 	if [ ! -d build ] ; then mkdir build ; fi
 	if [ ! -d install ] ; then mkdir install ; fi
-	cd build; ../../../configure $(SOLARIS_CONFIG_OPTS); make all; DESTDIR=$(ABSINSTALLDIR) make install install-daemon-config
+	cd build; ../../../configure $(SOLARIS_CONFIG_OPTS); $(MAKE) all; DESTDIR=$(ABSINSTALLDIR) $(MAKE) install install-daemon-config
 
 prototype: $(PKGDIR)
 	@echo "i pkginfo" > $(PKGDIR)/prototype