diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-06 16:24:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-06-06 16:24:38 +0000 |
commit | 0da0fae8c8ded5be7b80334cc9464958cdcc66d2 (patch) | |
tree | 0e3e6b30e9eab8c806ce1d0d4f7a85920fe5cc18 | |
parent | 72e577d6ea25907e79cdd5846cb03c99934c4d38 (diff) |
INTEGRATION: CWS rt10 (1.3.2); FILE MERGED
2005/05/30 14:46:23 rt 1.3.2.1: #i50051# Add makefile.mk to ADDITIONAL_FILES
-rw-r--r-- | beanshell/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/beanshell/makefile.mk b/beanshell/makefile.mk index bc93449ba1d6..a7b82d8d49b4 100644 --- a/beanshell/makefile.mk +++ b/beanshell/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2005-03-15 09:08:07 $ +# last change: $Author: hr $ $Date: 2005-06-06 17:24:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -76,6 +76,8 @@ TARFILE_NAME=bsh-2.0b1-src TARFILE_ROOTDIR=BeanShell PATCH_FILE_NAME=bsh-2.0b1-src.patch +ADDITIONAL_FILES=makefile.mk + BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) # --- Targets ------------------------------------------------------ |