Force Java interfaces to be regenerated if GenerateJavaInterfaces.exe changes. No bug
git-svn-id: svn://10.0.0.236/trunk@186135 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -80,7 +80,7 @@ RUN = $(DIST)/bin/run-mozilla.sh
|
||||
OUTPUT_DIR = $(CURDIR)/_javagen/org/mozilla/xpcom
|
||||
endif
|
||||
|
||||
_javagen/org/mozilla/xpcom/.iface_done: $(JAVA_SRCS)
|
||||
_javagen/org/mozilla/xpcom/.iface_done: $(JAVA_SRCS) $(DIST)/bin/GenerateJavaInterfaces$(BIN_SUFFIX)
|
||||
@if test ! -d _javagen/org/mozilla/xpcom; then \
|
||||
touch .done; \
|
||||
$(INSTALL) -m 644 .done _javagen/org/mozilla/xpcom; \
|
||||
|
||||
Reference in New Issue
Block a user