projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c64342
)
libpq: Add missing directory to installdirs target
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 18 Sep 2012 02:33:26 +0000
(22:33 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 18 Sep 2012 02:33:26 +0000
(22:33 -0400)
It prevented the libpq directory from being installable by itself.
src/interfaces/libpq/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/Makefile
b/src/interfaces/libpq/Makefile
index b4be502495cca7979a965008bc87c6be1125e736..629b85315c983adce8a76978ba3073c98831043a 100644
(file)
--- a/
src/interfaces/libpq/Makefile
+++ b/
src/interfaces/libpq/Makefile
@@
-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'