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:
relyea%netscape.com 2001-04-24 19:52:06 +00:00
parent 2339275fa0
commit 9b8fc1c1ff

View File

@ -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)