From bcdd0a93edfd9de0a70edef2bc911038cbe7dad6 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 23 Sep 1997 00:02:44 +0000 Subject: [PATCH] Cleanup. --- src/interfaces/libpgtcl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index 8ab9930ff2..b620fb3c05 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -7,12 +7,12 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.14 1997/09/16 18:47:19 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.15 1997/09/23 00:02:44 momjian Exp $ # #------------------------------------------------------------------------- SRCDIR= ../.. -:nclude $(SRCDIR)/Makefile.global +include $(SRCDIR)/Makefile.global INCLUDE_OPT= \ -I$(SRCDIR)/backend \