summaryrefslogtreecommitdiff
path: root/build/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'build/Makefile.common')
-rw-r--r--build/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile.common b/build/Makefile.common
index 97b00ae..f26dac6 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -93,9 +93,9 @@ install: release
@$(MKDIR) $(MKDIRFLAGS) -p $(DESTDIR)$(PREFIX)/lib/pkgconfig
@$(MKDIR) $(MKDIRFLAGS) -p $(DESTDIR)$(PREFIX)/include/hubbub
@$(SED) -e 's#PREFIX#$(PREFIX)#' $(COMPONENT).pc.in >$(COMPONENT).pc
- $(INSTALL) -m 644 $(COMPONENT).a $(PREFIX)/lib
- $(INSTALL) -m 644 $(COMPONENT).pc $(PREFIX)/lib/pkgconfig
- $(INSTALL) -m 644 $(filter %.h, $(wildcard include/hubbub/*)) $(PREFIX)/include/hubbub
+ $(INSTALL) -m 644 $(COMPONENT).a $(DESTDIR)$(PREFIX)/lib
+ $(INSTALL) -m 644 $(COMPONENT).pc $(DESTDIR)$(PREFIX)/lib/pkgconfig
+ $(INSTALL) -m 644 $(filter %.h, $(wildcard include/hubbub/*)) $(DESTDIR)$(PREFIX)/include/hubbub
uninstall:
$(RM) $(RMFLAGS) $(DESTDIR)$(PREFIX)/lib/$(COMPONENT).a