Commit 336eba38 authored by claes's avatar claes

*** empty log message ***

parent 0fee4efd
......@@ -124,10 +124,10 @@ $(export_lib) : $(objects)
@ if [ -e $(export_lib) ]; then \
$(rm) $(export_lib); \
fi
cd $(pwre_broot)/$(pwre_target)/bld; \
@ cd $(pwre_broot)/$(pwre_target)/bld; \
gifs=`eval ls jpwr/$(comp_name)/*.gif 2>/dev/null`; \
if [ "$(gifs)" = "" ]; then \
jar cf $(export_lib) jpwr/$(comp_name)/*.class jpwr/$(comp_name)/*.gif; \
jar cf $(export_lib) jpwr/$(comp_name)/*.class; \
else \
jar cf $(export_lib) jpwr/$(comp_name)/*.class jpwr/$(comp_name)/*.gif; \
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment