cp-tools-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cp-tools-discuss] typo in cp-tools/configure.ac


From: Archit Shah
Subject: [Cp-tools-discuss] typo in cp-tools/configure.ac
Date: Fri, 18 Feb 2005 12:02:48 -0500
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

Patch to fix a typo in cp-tools/configure.ac attached.

 -- Archit

Index: configure.ac
===================================================================
RCS file: /cvsroot/classpath/cp-tools/configure.ac,v
retrieving revision 1.3
diff -u -u -r1.3 configure.ac
--- configure.ac        9 Feb 2005 01:42:36 -0000       1.3
+++ configure.ac        18 Feb 2005 16:30:32 -0000
@@ -86,7 +86,7 @@
     )
   done
   test -d src || mkdir src
-  test -d src/java || mkdir src/jars
+  test -d src/jars || mkdir src/jars
   cp -f ${BYTECODE_JAR} src/jars/
 fi
 
@@ -117,7 +117,7 @@
     )
   done
   test -d src || mkdir src
-  test -d src/java || mkdir src/jars
+  test -d src/jars || mkdir src/jars
   cp -f ${ASM_JAR} src/jars/
 fi
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]