diff options
| author | Bruce Momjian | 1997-09-16 18:47:36 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-09-16 18:47:36 +0000 |
| commit | f3a58f26396536f37cca313285f7b95809433155 (patch) | |
| tree | c92fa506289bcf6e5111bc23aa8627dfeacc2517 /src/interfaces/libpgtcl | |
| parent | df7a435587d14e66ad154301ff48a63ae2d5e768 (diff) | |
Makefile cleanup.
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index 11b6375ec46..8ab9930ff29 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -7,16 +7,16 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.13 1997/09/14 23:34:13 momjian Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.14 1997/09/16 18:47:19 momjian Exp $ # #------------------------------------------------------------------------- SRCDIR= ../.. -include ../../Makefile.global +:nclude $(SRCDIR)/Makefile.global INCLUDE_OPT= \ - -I../../backend \ - -I../../include \ + -I$(SRCDIR)/backend \ + -I$(SRCDIR)/include \ -I$(LIBPQDIR) \ -I$(TCL_INCDIR) |
