Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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)