From 092ea1e3d7345e6fcd2c8fd8a19583c4ce5cc0a4 Mon Sep 17 00:00:00 2001 From: Manish Singh Date: Thu, 14 Jan 1999 00:06:03 +0000 Subject: [PATCH] grr, some cc's barf if the search dir doesn't exist, leave $(datadir)/gcg * Makefile.am: grr, some cc's barf if the search dir doesn't exist, leave $(datadir)/gcg out for now -Yosh --- tools/gcg/ChangeLog | 5 +++++ tools/gcg/Makefile.am | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/tools/gcg/ChangeLog b/tools/gcg/ChangeLog index 4b33c34b45..a3dfb311f5 100644 --- a/tools/gcg/ChangeLog +++ b/tools/gcg/ChangeLog @@ -1,3 +1,8 @@ +Wed Jan 13 16:03:47 PST 1999 Manish Singh + + * Makefile.am: grr, some cc's barf if the search dir doesn't + exist, leave $(datadir)/gcg out for now + Sat Jan 9 22:44:03 PST 1999 Manish Singh * autogen.sh: call configure again diff --git a/tools/gcg/Makefile.am b/tools/gcg/Makefile.am index d5a4c8fd68..9e5ecd3ccf 100644 --- a/tools/gcg/Makefile.am +++ b/tools/gcg/Makefile.am @@ -2,7 +2,8 @@ noinst_PROGRAMS = gcg # CPP=cpp -nostdinc -I /usr/share/gcg -I /usr/local/share/gcg -I . -CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\" +#CPPFLAGS = -DCPP_SEARCH=\"" -I $(datadir)/gcg -I ."\" +CPPFLAGS = -DCPP_SEARCH=\"" -I ."\" INCLUDES = @GLIB_CFLAGS@ YFLAGS = -d -v LFLAGS = -d