Ignore:
Timestamp:
Oct 14, 2014, 10:52:04 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Fix building jars from root.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/plugin/icedteanp/Makefile.kmk

    r431 r435  
    8888
    8989$$(liveconnect_JAVASRCLIST): $(MAKEFILE) | $$(call DIRDEP,$$(dir $$(@)))
    90         @echo 'JAVASRC = \' > $@
     90        @echo 'liveconnect_JAVASRC = \' > $@
    9191        find $(liveconnect_JAVASRCDIRS) -name '*.java' \
    9292        -printf '%p \\\n' >> $@
    9393
    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 $$(@)))
    9595        $(call MSG_COMPILE,liveconnect,$(words $?) sources,$@,JAVA)
    9696        @echo $? > $(liveconnect_JAVASRCLIST).rsp
Note: See TracChangeset for help on using the changeset viewer.