diff options
-rw-r--r-- | sj2/util/makefile.pmk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sj2/util/makefile.pmk b/sj2/util/makefile.pmk index 975224054065..e1f8006f7dc7 100644 --- a/sj2/util/makefile.pmk +++ b/sj2/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: rt $ $Date: 2005-09-07 20:20:09 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:32:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -52,7 +52,5 @@ ENABLE_EXCEPTIONS=TRUE JARFILES=sandbox.jar tkt.jar # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk |