From 320c74efdf55dcaaa27e9be333507c572a180777 Mon Sep 17 00:00:00 2001 From: Raja R Harinath Date: Tue, 24 Aug 1999 23:51:35 +0000 Subject: [PATCH] Comment out gcg stuff. * tools/Makefile.am: Comment out gcg stuff. --- ChangeLog | 3 +++ tools/Makefile.am | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 284da0f1e9..a89506b1a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +1999-08-24 Raja R Harinath + + * tools/Makefile.am: Comment out gcg stuff. Tue Aug 24 22:50:28 BST 1999 Andy Thomas diff --git a/tools/Makefile.am b/tools/Makefile.am index 24c4b90e57..901856cf47 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -4,10 +4,10 @@ else D_pdbgen= endif -if WITH_GCG -D_gcg=gcg -else -D_gcg= -endif +#if WITH_GCG +#D_gcg=gcg +#else +#D_gcg= +#endif -SUBDIRS = $(D_gcg) $(D_pdbgen) +SUBDIRS = $(D_pdbgen) #$(D_gcg)