aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-07-01 17:04:12 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-07-01 17:04:12 +0100
commit0686e9a51c92ebea59017e94178ae379d3524eda (patch)
tree31e807ec32b372c1fa4472f26fcef957861308de /Makefile
parentb30f9461175f2f3eaa748a3a3ebe13d4aaba977e (diff)
downloadtermo-0686e9a51c92ebea59017e94178ae379d3524eda.tar.gz
termo-0686e9a51c92ebea59017e94178ae379d3524eda.tar.xz
termo-0686e9a51c92ebea59017e94178ae379d3524eda.zip
Put LIBDIR and INCDIR directly in termkey.pc; don't indirect via PREFIX as it might be incorrect
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c12a08..78913a5 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ install-inc:
install -d $(DESTDIR)$(INCDIR)
install -m644 termkey.h $(DESTDIR)$(INCDIR)
install -d $(DESTDIR)$(LIBDIR)/pkgconfig
- sed "s,@PREFIX@,$(PREFIX)," <termkey.pc.in >$(DESTDIR)$(LIBDIR)/pkgconfig/termkey.pc
+ sed "s,@LIBDIR@,$(LIBDIR),;s,@INCDIR@,$(INCDIR)," <termkey.pc.in >$(DESTDIR)$(LIBDIR)/pkgconfig/termkey.pc
install-lib:
install -d $(DESTDIR)$(LIBDIR)