summaryrefslogtreecommitdiffhomepage
path: root/sofort
diff options
context:
space:
mode:
Diffstat (limited to 'sofort')
-rw-r--r--sofort/pkgconf.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/sofort/pkgconf.mk b/sofort/pkgconf.mk
index c28eae6..59a54e0 100644
--- a/sofort/pkgconf.mk
+++ b/sofort/pkgconf.mk
@@ -31,9 +31,9 @@ install-pkgconf: build/$(PACKAGE).pc
mkdir -p $(DESTDIR)$(LIBDIR)/pkgconfig
cp -p build/$(PACKAGE).pc $(DESTDIR)$(LIBDIR)/pkgconfig
-package-install-shared: install-pkgconf
+install-shared: install-pkgconf
-package-install-static: install-pkgconf
+install-static: install-pkgconf
.PHONY: .pkgconf install-pkgconf