summaryrefslogtreecommitdiffstats
path: root/ffi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ffi/Makefile')
-rw-r--r--ffi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi/Makefile b/ffi/Makefile
index b379ac80..60447429 100644
--- a/ffi/Makefile
+++ b/ffi/Makefile
@@ -42,7 +42,7 @@ examples:
build-release:
.PHONY: install
-install: sequoia.pc
+install:
$(INSTALL) -d $(DESTDIR)$(PREFIX)/share/pkgconfig
sed -e 's|VERSION|$(VERSION)|g' \
-e 's|PREFIX|$(PREFIX)|g' \