projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70508ba
)
Forgot to commit Makefile change.
author
Michael Meskes
Fri, 21 Feb 2003 15:19:18 +0000
(15:19 +0000)
committer
Michael Meskes
Fri, 21 Feb 2003 15:19:18 +0000
(15:19 +0000)
src/interfaces/ecpg/include/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/ecpg/include/Makefile
b/src/interfaces/ecpg/include/Makefile
index 5f59b7db89dd61b3971e28c78ea7161c32f742e7..6b9e39d1f3d6c4b4db53a6229c4243122adb21d7 100644
(file)
--- a/
src/interfaces/ecpg/include/Makefile
+++ b/
src/interfaces/ecpg/include/Makefile
@@
-5,7
+5,7
@@
include $(top_builddir)/src/Makefile.global
install: all installdirs install-headers
.PHONY: install-headers
-ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h
+ecpg_headers = ecpgerrno.h ecpglib.h ecpgtype.h sqlca.h sql3types.h
ecpg_informix.h
install-headers: $(ecpg_headers)
for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done