diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:37:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:37:37 +0100 |
commit | f49c8e4496ffe24c982d7778c33b534e9b0f9b29 (patch) | |
tree | 17b6e4979e83ab01e6fdf940111d293a42d25700 /nlpsolver | |
parent | 70539059dd2317afdf532d1e4a4a9524a154f773 (diff) |
Clean up makefiles
Diffstat (limited to 'nlpsolver')
-rw-r--r-- | nlpsolver/makefile.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nlpsolver/makefile.mk b/nlpsolver/makefile.mk index 23b642cb58f6..451e1b377c30 100644 --- a/nlpsolver/makefile.mk +++ b/nlpsolver/makefile.mk @@ -42,9 +42,6 @@ TARFILE_MD5=90401bca927835b6fbae4a707ed187c8 TARFILE_NAME=nlpsolver-0.9 TARFILE_ROOTDIR=nlpsolver-0.9 -#ADDITIONAL_FILES= \ -# toolsrc/org/mozilla/javascript/tools/debugger/OfficeScriptInfo.java - PATCH_FILES=nlpsolver-0.9.patch ANT_FLAGS+=-Dplatforms.JDK_1.5.home=$(JAVA_HOME) -Doffice.program.dir=$(SOLARBINDIR) |