Skip to content

Commit bcf90cc

Browse files
committed
libpq: Add missing directory to installdirs target
It prevented the libpq directory from being installable by itself.
1 parent 3c64342 commit bcf90cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interfaces/libpq/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ installcheck:
125125
$(MAKE) -C test $@
126126

127127
installdirs: installdirs-lib
128-
$(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)'
128+
$(MKDIR_P) '$(DESTDIR)$(includedir)' '$(DESTDIR)$(includedir_internal)' '$(DESTDIR)$(datadir)'
129129

130130
uninstall: uninstall-lib
131131
rm -f '$(DESTDIR)$(includedir)/libpq-fe.h'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy