]> git.pld-linux.org Git - packages/antlr.git/commitdiff
- fix csharp build (update ac stuff after dirs rename)
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 22 May 2006 20:38:42 +0000 (20:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    antlr-csharp.patch -> 1.1

antlr-csharp.patch [new file with mode: 0644]

diff --git a/antlr-csharp.patch b/antlr-csharp.patch
new file mode 100644 (file)
index 0000000..f379be0
--- /dev/null
@@ -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" ; \
This page took 0.039881 seconds and 4 git commands to generate.