mirror of
https://github.com/postgres/postgres.git
synced 2025-06-17 17:02:08 +03:00
libpq: Add missing directory to installdirs target
It prevented the libpq directory from being installable by itself.
This commit is contained in:
@ -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'
|
||||||
|
Reference in New Issue
Block a user