Latest patch to Makefile broke the installation, since (pre|post)-install requires the Makefile.inc file to be included before these targets. I can't reproduce any errors when moving the inclusion to before the pre-extract, but since someone seems to have had problems including the Makefile.inc "before it is created", include it after creating the file but before using it. Maybe this is the best solution? Also, upgrading postgresql to 7.1.2 Fix: cvs remove files/patch-jdbc1-statement and apply this patch: How-To-Repeat: Try to install with for example JDBC, the jar will not get installed in share/java/classes as expected.
State Changed From-To: open->closed committed, thanks