mirror of
https://github.com/NixOS/nix.git
synced 2024-11-27 01:02:34 +00:00
* Use the right `make'.
This commit is contained in:
parent
a0be433fec
commit
eac93d6efe
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 New Issue
Block a user