ref: 3901045318bb1d1e1145dc1ba54bb896187697d4
parent: 47d8a840c045a43ca2693844caa629ebee39599e
author: Martin Storsjö <martin@martin.st>
date: Fri Jan 2 16:52:05 EST 2015
Simplify the makefile rule for generating the pkg-config file
--- a/Makefile
+++ b/Makefile
@@ -220,7 +220,7 @@
endif
$(PROJECT_NAME).pc: $(PROJECT_NAME).pc.in
- @sed -e 's;@prefix@;$(PREFIX);' -e 's;@VERSION@;$(VERSION);' < $(PROJECT_NAME).pc.in > $(PROJECT_NAME).pc
+ @sed -e 's;@prefix@;$(PREFIX);' -e 's;@VERSION@;$(VERSION);' < $(PROJECT_NAME).pc.in > $@
install-headers:
mkdir -p $(PREFIX)/include/wels