Skip to content
Snippets Groups Projects
Commit 03829995 authored by Michael Meskes's avatar Michael Meskes
Browse files

Forgot to commit Makefile change.

parent 70508ba7
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global ...@@ -5,7 +5,7 @@ include $(top_builddir)/src/Makefile.global
install: all installdirs install-headers install: all installdirs install-headers
.PHONY: 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) install-headers: $(ecpg_headers)
for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done for i in $^; do $(INSTALL_DATA) $$i $(DESTDIR)$(includedir); done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment