From: Darren King <darrenk@insightdist.com>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 02:41:21 +0000 (02:41 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 02:41:21 +0000 (02:41 +0000)
commit296a942b56e17b9d73136900a2e692f4debd8b01
treedf329572c8eb256da53a466c8b1929971811b06c
parent877224154d0acd2818e3b6e957128de43dab00e8
From: Darren King <darrenk@insightdist.com>

This patch will...

1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile.

2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from
   ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS...

3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra
   steps taken care of by the 'ld' command anyways.
src/backend/parser/gram.c
src/backend/parser/parse.h
src/interfaces/ecpg/lib/Makefile.in
src/interfaces/ecpg/preproc/Makefile
src/interfaces/libpq/Makefile.in
src/makefiles/Makefile.aix
src/utils/Makefile