mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
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 $@
|
||||
|
||||
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…
x
Reference in New Issue
Block a user