Fix typo in pkgconfig.pcrule generation fo includedir

Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
This commit is contained in:
Christophe de Dinechin 2020-07-06 10:31:44 +02:00
parent ab18d4ba1f
commit 57de2052a5
1 changed files with 1 additions and 1 deletions

View File

@ -697,7 +697,7 @@ MIQ_GENPC= \
(echo 'prefix=$(PREFIX_BIN)' ;\
echo 'exec_prefix=$${prefix}' ;\
echo 'libdir=$(PREFIX_LIB)' ;\
echo 'includedir=$(PREFIX__HDR)' ;\
echo 'includedir=$(PREFIX_HDR)' ;\
echo 'Name: $(PACKAGE_NAME)' ;\
echo 'Description: $(PACKAGE_DESCRIPTION)' ;\
echo 'Version: $(PACKAGE_VERSION)' ;\