libpq: Add missing directory to installdirs target

It prevented the libpq directory from being installable by itself.
pull/3/head
Peter Eisentraut 13 years ago
parent 3c64342c86
commit bcf90cc18b
  1. 2
      src/interfaces/libpq/Makefile

@ -125,7 +125,7 @@ installcheck:
$(MAKE) -C test $@
installdirs: installdirs-lib
$(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)'
$(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)' '$(DESTDIR)$(datadir)'
uninstall: uninstall-lib
rm -f '$(DESTDIR)$(includedir)/libpq-fe.h'

Loading…
Cancel
Save