mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
make: Renamed LIBDIR to BUILD_LIBDIR
This commit is contained in:
parent
7a0e4b2527
commit
1924377731
4 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
|||
# $Id$
|
||||
|
||||
LDFLAGS += -shared
|
||||
BUILD_SHOBJS = $(addprefix $(LIBDIR)/, $(SHOBJS))
|
||||
BUILD_SHOBJS = $(addprefix $(BUILD_LIBDIR)/, $(SHOBJS))
|
||||
|
||||
include $(MODDIR)/make/defs.mk
|
||||
include $(MODDIR)/make/ldlibpath.mk
|
||||
|
|
@ -14,5 +14,5 @@ all: $(SHOBJS) $(BUILD_SHOBJS)
|
|||
clean: objclean textclean localclean
|
||||
install: $(ALL) installso
|
||||
|
||||
$(LIBDIR)/%.so: %.so
|
||||
$(BUILD_LIBDIR)/%.so: %.so
|
||||
install -m 755 $< $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue