diff options
| author | Bryan Henderson | 1996-11-13 10:36:36 +0000 |
|---|---|---|
| committer | Bryan Henderson | 1996-11-13 10:36:36 +0000 |
| commit | b20766ccc4a281f1fc88a03bb4ba25da983e6141 (patch) | |
| tree | 5a6ccccee715c8e66835a07d4aef5899eee5e375 /src/interfaces/libpgtcl | |
| parent | fdc1cf2434c973a5db21d9f240c376b62367a83c (diff) | |
Eliminate MKDIR, srcdir, objdir. Centralize setting of LIBPQDIR.
Diffstat (limited to 'src/interfaces/libpgtcl')
| -rw-r--r-- | src/interfaces/libpgtcl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/interfaces/libpgtcl/Makefile b/src/interfaces/libpgtcl/Makefile index e4c0f158660..cc9e554caf3 100644 --- a/src/interfaces/libpgtcl/Makefile +++ b/src/interfaces/libpgtcl/Makefile @@ -7,12 +7,11 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.5 1996/11/12 11:42:09 bryanh Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/libpgtcl/Attic/Makefile,v 1.6 1996/11/13 10:35:31 bryanh Exp $ # #------------------------------------------------------------------------- SRCDIR= .. -LIBPQDIR= $(SRCDIR)/libpq include ../Makefile.global INCLUDE_OPT= \ @@ -58,4 +57,4 @@ install-libpgtcl: libpgtcl.a .PHONY: clean clean: - rm -f $(OBJS)
\ No newline at end of file + rm -f $(OBJS) |
