Fix misleading macro name

Change-Id: I6ef47a04c6628723a433bbb625b0934979bd6725
This commit is contained in:
Tor Lillqvist
2012-09-04 10:10:27 +03:00
parent 87c7f609cc
commit f17665bc40
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ cp $(1) $(SODEST)$(if $(2),/$(2)) && $(STRIP) --strip-debug $(SODEST)$(if $(2),/
cp $(1) $(OBJLOCAL)$(if $(2),/$(2))
endef
define COPYSOJAR
define COPYJAR
cp $(1) libs
endef

View File

@@ -215,7 +215,7 @@ build-ant: copy-stuff properties
unoil \
unoloader \
); do \
$(call COPYSOJAR,$(OUTDIR)/bin/$${F}.jar); \
$(call COPYJAR,$(OUTDIR)/bin/$${F}.jar); \
done
#
unset JAVA_HOME && $(ANT) debug