Patch to make the build work in both traditional and re-directed object mode.
git-svn-id: svn://10.0.0.236/trunk@93002 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2339275fa0
commit
9b8fc1c1ff
@ -85,7 +85,11 @@ endif
|
||||
$(SHARED_LIBRARY): $(CILIB) $(DIRS)
|
||||
|
||||
cilib_name:
|
||||
ifeq ($(CILIB), $(patsubst /%,/,$(CILIB)))
|
||||
@echo $(shell pwd)"/"$(CILIB)
|
||||
else
|
||||
@echo $(CILIB)
|
||||
endif
|
||||
|
||||
$(CILIB):
|
||||
@$(MAKE_OBJDIR)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user