projects
/
pgfincore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8878ea
)
Minor fix to Makefile
author
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:07 +0000
(
01:16
+0100)
committer
CΓ©dric Villemain
<cedric@2ndquadrant.fr>
Thu, 5 Dec 2013 00:16:07 +0000
(
01:16
+0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index 1d6d3cdbd81c7a86415c630b0cb89cd83dabcc60..8ad9c6b89d75df8b8d5b06d841ab8fe42c6597d1 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-49,7
+49,7
@@
endif
# FIX HERE before PostgreSQL got the backpatch and push the latest minor, can remove this part when done
ifeq ($(BUILD_EXTENSION),yes)
-install: all install
dirs installcontrol installdata installdocs installscript
s
+install: all install
control installdata installdocs installscripts | installdir
s
ifdef MODULES
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
endif # MODULES