From be0456d2ecefa70a0d85bc789afaa9ff34dccd66 Mon Sep 17 00:00:00 2001 From: "pedemont%us.ibm.com" Date: Sun, 18 Dec 2005 22:27:33 +0000 Subject: [PATCH] Temporarily force compilation of Java classes in order to take JAVAC_FLAGS change from bug 315917. git-svn-id: svn://10.0.0.236/trunk@186238 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/extensions/java/xpcom/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/extensions/java/xpcom/Makefile.in b/mozilla/extensions/java/xpcom/Makefile.in index 5afc4d730da..fcb1faf79f8 100644 --- a/mozilla/extensions/java/xpcom/Makefile.in +++ b/mozilla/extensions/java/xpcom/Makefile.in @@ -52,5 +52,9 @@ TOOL_DIRS = \ include $(topsrcdir)/config/rules.mk +libs:: + @echo WARNING: temporary. remove next line. + rm -rf src/org interfaces/org + tools:: $(MAKE) -C src jarfile