diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-10-30 17:36:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-10-30 17:36:58 +0000 |
commit | 2cc73c0d420a43c0c4245ad76b72241e8610e39d (patch) | |
tree | 31d4f9028c38e3d1852c8409313eb44c3d3b1084 /src | |
parent | 9a8fcee342ea771732112c2574e9fd29c5f7c849 (diff) | |
download | postgresql-2cc73c0d420a43c0c4245ad76b72241e8610e39d.tar.gz postgresql-2cc73c0d420a43c0c4245ad76b72241e8610e39d.zip |
FIx for libptcl make, from Tatsuo Ishii.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/bin/Makefile b/src/bin/Makefile index 5ab4cd2f1ad..6b136c452c9 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -7,11 +7,12 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.9 1997/08/25 19:59:52 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.10 1997/10/30 17:36:58 momjian Exp $ # #------------------------------------------------------------------------- -#include ../Makefile.global +SRCDIR= .. +include ../Makefile.global .DEFAULT all: # |