Commit 336eba38 authored by claes's avatar claes

*** empty log message ***

parent 0fee4efd
...@@ -124,10 +124,10 @@ $(export_lib) : $(objects) ...@@ -124,10 +124,10 @@ $(export_lib) : $(objects)
@ if [ -e $(export_lib) ]; then \ @ if [ -e $(export_lib) ]; then \
$(rm) $(export_lib); \ $(rm) $(export_lib); \
fi fi
cd $(pwre_broot)/$(pwre_target)/bld; \ @ cd $(pwre_broot)/$(pwre_target)/bld; \
gifs=`eval ls jpwr/$(comp_name)/*.gif 2>/dev/null`; \ gifs=`eval ls jpwr/$(comp_name)/*.gif 2>/dev/null`; \
if [ "$(gifs)" = "" ]; then \ if [ "$(gifs)" = "" ]; then \
jar cf $(export_lib) jpwr/$(comp_name)/*.class jpwr/$(comp_name)/*.gif; \ jar cf $(export_lib) jpwr/$(comp_name)/*.class; \
else \ else \
jar cf $(export_lib) jpwr/$(comp_name)/*.class jpwr/$(comp_name)/*.gif; \ jar cf $(export_lib) jpwr/$(comp_name)/*.class jpwr/$(comp_name)/*.gif; \
fi 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