diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:41:10 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-06-17 08:41:10 +0000 |
commit | 5e5b5b1b8d462c4f99c173151ec7a89a63dcaffa (patch) | |
tree | 3bc88c3c771cb411008c6e1a09d2bea5d711e034 /jut | |
parent | f51bbe829709dd63bbd10746522329aafa17cd93 (diff) |
INTEGRATION: CWS sb31 (1.2.114); FILE MERGED
2005/03/30 12:46:54 sb 1.2.114.1: #120219# Cleaned up.
Diffstat (limited to 'jut')
-rw-r--r-- | jut/util/makefile.pmk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jut/util/makefile.pmk b/jut/util/makefile.pmk index dba325705..683319ba8 100644 --- a/jut/util/makefile.pmk +++ b/jut/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: jsc $ $Date: 2000-11-08 12:53:42 $ +# last change: $Author: obo $ $Date: 2005-06-17 09:41:10 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,4 +65,3 @@ .INCLUDE : settings.mk JARFILES = ridl.jar jurt.jar juh.jar -JAVAFILES = $(subst,$(CLASSDIR)$/$(PACKAGE)$/, $(subst,.class,.java $(JAVACLASSFILES))) |