From ee7b5cf80bb6e4a97aee442e0846376f1edc55d3 Mon Sep 17 00:00:00 2001 From: paulc Date: Fri, 18 Mar 2005 21:36:47 +0000 Subject: [PATCH] Fixed a subtle minor make dependency issue. git-svn-id: http://yate.null.ro/svn/yate/trunk@262 acf43c95-373e-0410-b603-e72c3f656dc1 --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6eda75d4..36612298 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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