Changeset 435 for trunk/icedtea-web/plugin
- Timestamp:
- Oct 14, 2014, 10:52:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/plugin/icedteanp/Makefile.kmk
r431 r435 88 88 89 89 $$(liveconnect_JAVASRCLIST): $(MAKEFILE) | $$(call DIRDEP,$$(dir $$(@))) 90 @echo ' JAVASRC = \' > $@90 @echo 'liveconnect_JAVASRC = \' > $@ 91 91 find $(liveconnect_JAVASRCDIRS) -name '*.java' \ 92 92 -printf '%p \\\n' >> $@ 93 93 94 $$(liveconnect_JAVASRCLIST).stamp: $$( JAVASRC) | $(PATH_STAGE)/lib/netx.jar $$(call DIRDEP,$$(dir $$(@)))94 $$(liveconnect_JAVASRCLIST).stamp: $$(liveconnect_JAVASRC) | $(PATH_STAGE)/lib/netx.jar $$(call DIRDEP,$$(dir $$(@))) 95 95 $(call MSG_COMPILE,liveconnect,$(words $?) sources,$@,JAVA) 96 96 @echo $? > $(liveconnect_JAVASRCLIST).rsp
Note:
See TracChangeset
for help on using the changeset viewer.