X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=common.mk;h=46b03984697b9a2ce6049b2f36a5af5a1fb7e778;hb=d4590023b3c81c4661d74ab312e50f9f574dc0fe;hp=2ef806336bcc267ecfe299abf0c11b49bb817970;hpb=ed86c203d9fcb9113431795edf3e7712b81e2c65;p=cc0%2Fargeo-build.git diff --git a/common.mk b/common.mk index 2ef8063..46b0398 100644 --- a/common.mk +++ b/common.mk @@ -2,7 +2,7 @@ build-major=2 build-minor=3 # Required third party libraries -ECJ_BRANCH=3.32 +ECJ_MAJOR=3 BNDLIB_BRANCH=5.3 SYSLOGGER_BRANCH=$(build-major).$(build-minor) @@ -10,4 +10,4 @@ SYSLOGGER_BRANCH=$(build-major).$(build-minor) prefix ?= /usr/local datarootdir ?= $(prefix)/share -A2_INSTALL_TARGET ?= $(datarootdir)/a2 \ No newline at end of file +A2_INSTALL_TARGET ?= $(DESTDIR)$(datarootdir)/a2 \ No newline at end of file