Improved support for building JARs
This commit is contained in:
parent
075cfe3b97
commit
44e7e3bb9b
2 changed files with 12 additions and 2 deletions
5
lib.mk
5
lib.mk
|
|
@ -14,6 +14,11 @@ dist-files :=
|
|||
OS = $(shell uname -s)
|
||||
|
||||
|
||||
# Hack to define a literal space.
|
||||
space :=
|
||||
space +=
|
||||
|
||||
|
||||
# Default installation paths.
|
||||
prefix ?= /usr/local
|
||||
libdir ?= $(prefix)/lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue