diff options
Diffstat (limited to 'java/jflex')
-rw-r--r-- | java/jflex/files/patch-Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/java/jflex/files/patch-Makefile b/java/jflex/files/patch-Makefile index 8dc76a20ae10..6ae7f7ad203f 100644 --- a/java/jflex/files/patch-Makefile +++ b/java/jflex/files/patch-Makefile @@ -1,8 +1,8 @@ $FreeBSD$ --- src/Makefile.orig Mon Oct 8 03:57:06 2001 -+++ src/Makefile Thu Feb 19 10:19:19 2004 -@@ -1,23 +1,20 @@ ++++ src/Makefile Thu Feb 19 11:11:04 2004 +@@ -1,16 +1,14 @@ # you need JFlex 1.2.2 and CUP 0.10j or later for this Makefile to work JFLEX = jflex -skel skeleton.nested @@ -21,10 +21,3 @@ $FreeBSD$ # jdk 1.1 #CLPATH = -classpath /usr/lib/java/lib/classes.zip:. - - # ------------------------------------------------------------ - --JAVAC_FLAGS = - JARFILE = JFlex.jar - - |