mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 01:37:16 +00:00
Get rid of classpath during header generation. For now, depend on setting of CLASSPATH env variable.
This commit is contained in:
parent
d0cdd06b65
commit
50f767a020
@ -52,7 +52,7 @@ endif
|
||||
ifneq ($(HEADER_GEN),)
|
||||
$(HEADER_INCLUDES):
|
||||
@$(MKDIR) $(HEADER_GEN_DIR)
|
||||
$(JAVAH) -classpath $(XPDIST)/classes -d $(HEADER_GEN_DIR) $(HEADER_GEN)
|
||||
$(JAVAH) -d $(HEADER_GEN_DIR) $(HEADER_GEN)
|
||||
|
||||
$(OBJS) : $(HEADER_INCLUDES)
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user