summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ure/source/makefile.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/ure/source/makefile.mk b/ure/source/makefile.mk
index 6df4b85149c8..133e8c632215 100644
--- a/ure/source/makefile.mk
+++ b/ure/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: rt $ $Date: 2005-09-09 10:11:42 $
+# last change: $Author: obo $ $Date: 2007-01-25 10:55:03 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -53,6 +53,7 @@ ZIP1LIST = uretest
ALLTAR: \
$(BIN)$/ure$/README \
+ $(BIN)$/ure$/THIRDPARTYLICENSEREADME.html \
$(BIN)$/ure$/jvmfwk3$(MY_RC) \
$(BIN)$/ure$/uno$(MY_RC)
@@ -60,6 +61,10 @@ $(BIN)$/ure$/README: README
- $(MKDIR) $(@:d)
+ $(COPY) $< $@
+$(BIN)$/ure$/THIRDPARTYLICENSEREADME.html: THIRDPARTYLICENSEREADME.html
+ - $(MKDIR) $(@:d)
+ + $(COPY) $< $@
+
$(BIN)$/ure$/jvmfwk3$(MY_RC): jvmfwk3$(MY_RC)
- $(MKDIR) $(@:d)
+ $(COPY) $< $@