libpq: Add missing directory to installdirs target
It prevented the libpq directory from being installable by itself.
This commit is contained in:
parent
3c64342c86
commit
bcf90cc18b
@ -125,7 +125,7 @@ installcheck:
|
|||||||
$(MAKE) -C test $@
|
$(MAKE) -C test $@
|
||||||
|
|
||||||
installdirs: installdirs-lib
|
installdirs: installdirs-lib
|
||||||
$(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)'
|
$(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)' '$(DESTDIR)$(datadir)'
|
||||||
|
|
||||||
uninstall: uninstall-lib
|
uninstall: uninstall-lib
|
||||||
rm -f '$(DESTDIR)$(includedir)/libpq-fe.h'
|
rm -f '$(DESTDIR)$(includedir)/libpq-fe.h'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user