Fixed a subtle minor make dependency issue.

git-svn-id: http://yate.null.ro/svn/yate/trunk@262 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2005-03-18 21:36:47 +00:00
parent 72b64d8618
commit ee7b5cf80b
1 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ cvsclean: check-topdir clean clean-tables clean-apidocs clean-config-files
-rm -f configure
.PHONY: engine contrib modules test apidocs-build check-topdir
engine: tables yatepaths.h libyate.so $(PROGS)
engine: tables library libyate.so $(PROGS)
apidocs-build: check-topdir
kdoc -C ./kdoc-filter.sh -d docs/api/ $(INCS)
@ -234,8 +234,8 @@ yate: libyate.so $(OBJS) $(LIBS)
libyate.so: $(YLIB)
ln -sf $^ $@
.PHONY: $(YLIB)
$(YLIB):
.PHONY: library
library $(YLIB): yatepaths.h
$(MAKE) -C ./engine all
.PHONY: help