Correct escaping for prefix in pkgconf file
This commit is contained in:
parent
5c12fa4ce4
commit
30814af63c
2
Makefile
2
Makefile
@ -150,7 +150,7 @@ INSTALL?= cp -a
|
||||
$(PKGCONFNAME): hiredis.h
|
||||
@echo "Generating $@ for pkgconfig..."
|
||||
@echo prefix=$(PREFIX) > $@
|
||||
@echo exec_prefix=$${prefix} >> $@
|
||||
@echo exec_prefix=\$${prefix} >> $@
|
||||
@echo libdir=$(PREFIX)/$(LIBRARY_PATH) >> $@
|
||||
@echo includedir=$(PREFIX)/$(INCLUDE_PATH) >> $@
|
||||
@echo >> $@
|
||||
|
Loading…
Reference in New Issue
Block a user