From 7cebdadd602381524a62451bb8b7bbc3861788b1 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 22 May 2006 20:38:42 +0000 Subject: [PATCH] - fix csharp build (update ac stuff after dirs rename) Changed files: antlr-csharp.patch -> 1.1 --- antlr-csharp.patch | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 antlr-csharp.patch diff --git a/antlr-csharp.patch b/antlr-csharp.patch new file mode 100644 index 0000000..f379be0 --- /dev/null +++ b/antlr-csharp.patch @@ -0,0 +1,39 @@ +--- antlr-2.7.6/configure.in.orig 2005-12-07 19:00:32.000000000 +0100 ++++ antlr-2.7.6/configure.in 2006-05-22 22:20:47.302510750 +0200 +@@ -944,8 +944,8 @@ + ) + + AC_CONFIG_FILES([lib/csharp/Makefile]) +- AC_CONFIG_FILES([lib/csharp/src/Makefile]) +- AC_CONFIG_FILES([lib/csharp/ASTFrame/Makefile]) ++ AC_CONFIG_FILES([lib/csharp/antlr.runtime/Makefile]) ++ AC_CONFIG_FILES([lib/csharp/antlr.astframe/Makefile]) + + # We have a Makefile that loops through all python examples. + case $WITH_EXAMPLES in +--- antlr-2.7.6/scripts/config.deps.in.orig 2005-12-07 19:00:36.000000000 +0100 ++++ antlr-2.7.6/scripts/config.deps.in 2006-05-22 22:34:53.887419000 +0200 +@@ -109,12 +109,12 @@ + ## double colon rule, ie. further rules with the same target may be + ## added. For unknown reasons, double colon rules are always phony,ie. + ## getting executed even in case target exists. We break the infinite +-## loop, we only jump into subdir "lib/csharp/src" if we are not ++## loop, we only jump into subdir "lib/csharp/antlr.runtime" if we are not + ## already in. It is very important that each Makefile[.in] sets the + ## variable $(subdir) proper. + + @ANTLR_NET@ :: +- @ subdir="lib/csharp/src" ; \ ++ @ subdir="lib/csharp/antlr.runtime" ; \ + case $(subdir) in \ + $$subdir ) ;; \ + * ) d="@abs_this_builddir@/$$subdir" ; \ +@@ -125,7 +125,7 @@ + esac + + @ASTFRAME_NET@ :: +- @ subdir="lib/csharp/ASTFrame" ; \ ++ @ subdir="lib/csharp/antlr.astframe" ; \ + case $(subdir) in \ + $$subdir ) ;; \ + * ) d="@abs_this_builddir@/$$subdir" ; \ -- 2.44.0