Thread: Build error in cvs head

Build error in cvs head

From
Manfred Koizar
Date:
My build failed in interfaces/ecpg/compatlib because the Makefile
references pgtypeslib instead of compatlib.  I was wondering why
nobody else got that problem.  Maybe because they have an old version
of informix.c lying around in pgtypeslib?  Anyway, this patch should
fix that problem.

Servus
 Manfred
diff -ruN ../base/src/interfaces/ecpg/compatlib/Makefile src/interfaces/ecpg/compatlib/Makefile
--- ../base/src/interfaces/ecpg/compatlib/Makefile    2003-04-04 15:45:51.000000000 +0200
+++ src/interfaces/ecpg/compatlib/Makefile    2003-04-04 17:41:43.000000000 +0200
@@ -8,7 +8,7 @@
 #
 #-------------------------------------------------------------------------

-subdir = src/interfaces/ecpg/pgtypeslib
+subdir = src/interfaces/ecpg/compatlib
 top_builddir = ../../../..
 include $(top_builddir)/src/Makefile.global