summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorEddy Jansson <eddy@klopper.net>2021-07-24 15:20:37 (GMT)
committerEddy Jansson <eddy@klopper.net>2021-07-24 15:20:37 (GMT)
commiteba110ad5b52dcd7f8cfcfddae03cc7fb9207781 (patch)
tree09e0c4fa8bed859bbe197a6f6e214679333ecd1c /lib
parentc240126068b780d927c126bb6a16cdeb92c35d77 (diff)
downloadlz4-eba110ad5b52dcd7f8cfcfddae03cc7fb9207781.zip
lz4-eba110ad5b52dcd7f8cfcfddae03cc7fb9207781.tar.gz
lz4-eba110ad5b52dcd7f8cfcfddae03cc7fb9207781.tar.bz2
Print target directories during 'make install'.
This takes #975 to its logical conclusion.
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 344120a..904e5e0 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -180,7 +180,7 @@ liblz4.pc: liblz4.pc.in Makefile
install: lib liblz4.pc
$(INSTALL_DIR) $(DESTDIR)$(pkgconfigdir)/ $(DESTDIR)$(includedir)/ $(DESTDIR)$(libdir)/ $(DESTDIR)$(bindir)/
$(INSTALL_DATA) liblz4.pc $(DESTDIR)$(pkgconfigdir)/
- @echo Installing libraries
+ @echo Installing libraries in $(DESTDIR)$(libdir)
ifeq ($(BUILD_STATIC),yes)
$(INSTALL_DATA) liblz4.a $(DESTDIR)$(libdir)/liblz4.a
$(INSTALL_DATA) lz4frame_static.h $(DESTDIR)$(includedir)/lz4frame_static.h
@@ -198,7 +198,7 @@ install: lib liblz4.pc
$(LN_SF) liblz4.$(SHARED_EXT_VER) $(DESTDIR)$(libdir)/liblz4.$(SHARED_EXT)
endif
endif
- @echo Installing headers in $(includedir)
+ @echo Installing headers in $(DESTDIR)$(includedir)
$(INSTALL_DATA) lz4.h $(DESTDIR)$(includedir)/lz4.h
$(INSTALL_DATA) lz4hc.h $(DESTDIR)$(includedir)/lz4hc.h
$(INSTALL_DATA) lz4frame.h $(DESTDIR)$(includedir)/lz4frame.h