diff options
| author | Tom Lane | 2000-05-29 05:45:56 +0000 |
|---|---|---|
| committer | Tom Lane | 2000-05-29 05:45:56 +0000 |
| commit | 091126fa28b4dbfd9df2fc4c22deade58f7e24dc (patch) | |
| tree | 5a4c362f26fa5b00688831ffdf1dfff8b0f60f1f /src/bin | |
| parent | 18952f67446da73f938d213b5225b99e95657837 (diff) | |
Generated header files parse.h and fmgroids.h are now copied into
the src/include tree, so that -I backend is no longer necessary anywhere.
Also, clean up some bit rot in contrib tree.
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/pg_encoding/Makefile | 8 | ||||
| -rw-r--r-- | src/bin/pg_version/Makefile.in | 4 |
2 files changed, 3 insertions, 9 deletions
diff --git a/src/bin/pg_encoding/Makefile b/src/bin/pg_encoding/Makefile index ce4f4587767..5db546a9cf1 100644 --- a/src/bin/pg_encoding/Makefile +++ b/src/bin/pg_encoding/Makefile @@ -6,18 +6,14 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/Makefile,v 1.6 2000/03/31 14:14:32 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_encoding/Attic/Makefile,v 1.7 2000/05/29 05:45:44 tgl Exp $ # #------------------------------------------------------------------------- SRCDIR= ../.. -include ../../Makefile.global - -# This is a bit of hackery here: pg_encoding uses backend includes and the -# frontend library. +include $(SRCDIR)/Makefile.global OBJS= pg_encoding.o -CFLAGS:= -I$(SRCDIR)/include $(CFLAGS) all: submake pg_encoding diff --git a/src/bin/pg_version/Makefile.in b/src/bin/pg_version/Makefile.in index 64e0a2673a9..38d67a5e1c5 100644 --- a/src/bin/pg_version/Makefile.in +++ b/src/bin/pg_version/Makefile.in @@ -7,15 +7,13 @@ # Portions Copyright (c) 1994, Regents of the University of California # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/bin/pg_version/Attic/Makefile.in,v 1.8 2000/05/11 17:46:35 momjian Exp $ +# $Header: /cvsroot/pgsql/src/bin/pg_version/Attic/Makefile.in,v 1.9 2000/05/29 05:45:46 tgl Exp $ # #------------------------------------------------------------------------- SRCDIR= ../.. include $(SRCDIR)/Makefile.global -CFLAGS+= -I$(SRCDIR)/include - OBJS= pg_version.o $(SRCDIR)/utils/version.o @STRERROR2@ all: pg_version |
