mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
* Use the right `make'.
This commit is contained in:
parent
a0be433fec
commit
eac93d6efe
1 changed files with 1 additions and 1 deletions
2
externals/Makefile.am
vendored
2
externals/Makefile.am
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue