We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c64342 commit bcf90ccCopy full SHA for bcf90cc
src/interfaces/libpq/Makefile
@@ -125,7 +125,7 @@ installcheck:
125
$(MAKE) -C test $@
126
127
installdirs: installdirs-lib
128
- $(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)'
+ $(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)' '$(DESTDIR)$(datadir)'
129
130
uninstall: uninstall-lib
131
rm -f '$(DESTDIR)$(includedir)/libpq-fe.h'
0 commit comments