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/netx/Makefile.kmk

    r434 r435  
    3434
    3535$$(netx_JAVASRCLIST): $(MAKEFILE) | $$(call DIRDEP,$$(dir $$(@)))
    36         @echo 'JAVASRC = \' > $@
     36        @echo 'netx_JAVASRC = \' > $@
    3737        find $(netx_JAVASRCDIRS) -name '*.java' \
    3838        $(if $(WITH_RHINO),,! -name '*RhinoBasedPacEvaluator*') \
     
    4141        -printf '%p \\\n' >> $@
    4242
    43 $$(netx_JAVASRCLIST).stamp: $$(JAVASRC) | $$(call DIRDEP,$$(dir $$(@)))
     43$$(netx_JAVASRCLIST).stamp: $$(netx_JAVASRC) | $$(call DIRDEP,$$(dir $$(@)))
    4444        $(call MSG_COMPILE,netx,$(words $?) sources,$@,JAVA)
    4545        @echo $? > $(netx_JAVASRCLIST).rsp
Note: See TracChangeset for help on using the changeset viewer.