* Use the right `make'.

This commit is contained in:
Eelco Dolstra 2010-12-17 09:28:51 +00:00
parent a0be433fec
commit eac93d6efe
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ build-sqlite: $(SQLITE)
touch build-sqlite
install-exec-local:: build-sqlite
cd $(SQLITE) && make install
cd $(SQLITE) && $(MAKE) install
rm -rf "$(DESTDIR)/$(pkglibdir)/dummy"
endif