mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 07:13:55 +01:00
defs-orig.mk: Now LIBNAME is not unconditionally linked to PROJECT anymoure
This commit is contained in:
parent
331446a879
commit
773712f921
1 changed files with 3 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ endif
|
||||||
lib include bin \
|
lib include bin \
|
||||||
inst/post
|
inst/post
|
||||||
|
|
||||||
LIBNAME := $(PROJECT)
|
ifndef LIBNAME
|
||||||
|
LIBNAME := $(PROJECT)
|
||||||
|
endif
|
||||||
|
|
||||||
ifndef TOPDIR
|
ifndef TOPDIR
|
||||||
TOPDIR := $(MODDIR)
|
TOPDIR := $(MODDIR)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue