diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-01-04 16:06:09 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-01-04 16:06:09 +0000 |
commit | 90a81dec9dcebd325bf4406c3e9f0012052a8f7b (patch) | |
tree | 1a16268507646c48fe967d3269e2f2fa4820c7a5 /scp2/macros | |
parent | 6b75cfd599a5063244d01ae7f198436521284931 (diff) |
INTEGRATION: CWS native110 (1.10.240); FILE MERGED
2007/11/12 16:02:42 is 1.10.240.2: #i82248# module.pl into source directory
2007/10/04 11:04:53 is 1.10.240.1: #i82251# repackaging, part 3
Diffstat (limited to 'scp2/macros')
-rw-r--r-- | scp2/macros/makefile.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/scp2/macros/makefile.mk b/scp2/macros/makefile.mk index 372a502fccd6..a683b09d5f47 100644 --- a/scp2/macros/makefile.mk +++ b/scp2/macros/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: vg $ $Date: 2007-02-06 14:07:11 $ +# last change: $Author: obo $ $Date: 2008-01-04 17:06:09 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -63,4 +63,3 @@ ALLTAR : $(INCCOM)$/langmacros.inc $(INCCOM)$/images.inc .PHONY $(INCCOM)$/images.inc: @@-$(RENAME) $@ $@.tmp $(PERL) -w images.pl -o $@.tmp && $(RENAME:s/+//) $@.tmp $@ - |