summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build/Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/build/Makefile.common b/build/Makefile.common
index 99ece68..ca98d27 100644
--- a/build/Makefile.common
+++ b/build/Makefile.common
@@ -99,12 +99,12 @@ install: release
@$(MKDIR) $(MKDIRFLAGS) -p $(DESTDIR)$(PREFIX)/include/parserutils/input
@$(MKDIR) $(MKDIRFLAGS) -p $(DESTDIR)$(PREFIX)/include/parserutils/utils
@$(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/parserutils/*)) $(PREFIX)/include/parserutils
- $(INSTALL) -m 644 $(filter %.h, $(wildcard include/parserutils/charset/*)) $(PREFIX)/include/parserutils/charset
- $(INSTALL) -m 644 $(filter %.h, $(wildcard include/parserutils/input/*)) $(PREFIX)/include/parserutils/input
- $(INSTALL) -m 644 $(filter %.h, $(wildcard include/parserutils/utils/*)) $(PREFIX)/include/parserutils/utils
+ $(INSTALL) -m 644 $(COMPONENT).a $(DESTDIR)$(PREFIX)/lib
+ $(INSTALL) -m 644 $(COMPONENT).pc $(DESTDIR)$(PREFIX)/lib/pkgconfig
+ $(INSTALL) -m 644 $(filter %.h, $(wildcard include/parserutils/*)) $(DESTDIR)$(PREFIX)/include/parserutils
+ $(INSTALL) -m 644 $(filter %.h, $(wildcard include/parserutils/charset/*)) $(DESTDIR)$(PREFIX)/include/parserutils/charset
+ $(INSTALL) -m 644 $(filter %.h, $(wildcard include/parserutils/input/*)) $(DESTDIR)$(PREFIX)/include/parserutils/input
+ $(INSTALL) -m 644 $(filter %.h, $(wildcard include/parserutils/utils/*)) $(DESTDIR)$(PREFIX)/include/parserutils/utils
uninstall:
$(RM) $(RMFLAGS) $(DESTDIR)$(PREFIX)/lib/$(COMPONENT).a