diff options
| author | Bruce Momjian | 1999-12-16 01:25:23 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-12-16 01:25:23 +0000 |
| commit | 7585deb0878bca96eee9a3e00fb5726c7725831c (patch) | |
| tree | abbc9add268b6fbc32af0871f8d14f804681747b /src/interfaces/libpq | |
| parent | 9805abb0fb1d2d57834a233d1a34279757d3f068 (diff) | |
I have done the QNX4 port with the current source tree. The number of
backend/Makefiles to be patched could significantly be reduced since
they
have been adopted to the QNX4 needs.
Andreas Kardos
Diffstat (limited to 'src/interfaces/libpq')
| -rw-r--r-- | src/interfaces/libpq/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/libpq/Makefile.in b/src/interfaces/libpq/Makefile.in index f614c01cc4b..1d94ab826fd 100644 --- a/src/interfaces/libpq/Makefile.in +++ b/src/interfaces/libpq/Makefile.in @@ -6,7 +6,7 @@ # Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.49 1999/10/13 11:38:37 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpq/Attic/Makefile.in,v 1.50 1999/12/16 01:25:19 momjian Exp $ # #------------------------------------------------------------------------- @@ -77,7 +77,7 @@ $(SRCDIR)/backend/fmgr.h: install: install-headers install-lib $(install-shlib-dep) install-headers: libpq-fe.h libpq-int.h - @if [ ! -d $(HEADERDIR) ]; then mkdir $(HEADERDIR); fi + -@if [ ! -d $(HEADERDIR) ]; then mkdir $(HEADERDIR); fi $(INSTALL) $(INSTLOPTS) libpq-fe.h $(HEADERDIR)/libpq-fe.h $(INSTALL) $(INSTLOPTS) libpq-int.h $(HEADERDIR)/libpq-int.h $(INSTALL) $(INSTLOPTS) pqexpbuffer.h $(HEADERDIR)/pqexpbuffer.h |
