make/Makefile

Print this page

        

@@ -188,11 +188,11 @@
 
 # Standard make clobber target
 clobber: clean
 
 # All ant targets of interest
-ANT_TARGETS = clean jar javadoc shelldoc docs test test262 test262parallel # for now
+ANT_TARGETS = clean externals update-externals jar javadoc shelldoc docs test test262 test262parallel # for now
 
 # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1)
 $(OUTPUTDIR)/build/ant-diagnostics.log:
         @mkdir -p $(OUTPUTDIR)/build $(ANT_TMPDIR)
         @$(RM) $@