Fixed bug exposed by addition of non-enabled ss7 subdirectory.

git-svn-id: http://yate.null.ro/svn/yate/trunk@757 acf43c95-373e-0410-b603-e72c3f656dc1
This commit is contained in:
paulc 2006-04-21 16:17:00 +00:00
parent cb5d4ed539
commit edd6f0f0cf
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ clean:
$(MAKE) -C ./clients $@
$(MAKE) -C ./test $@
@for i in contrib/*; do \
test -f "$$i/Makefile" && $(MAKE) -C "$$i" clean ; \
test ! -f "$$i/Makefile" || $(MAKE) -C "$$i" clean ; \
done
check-topdir:
@ -127,7 +127,7 @@ modules clients test: engine
contrib: engine
@for i in contrib/*; do \
test -f "$$i/Makefile" && $(MAKE) -C "$$i" all ; \
test ! -f "$$i/Makefile" || $(MAKE) -C "$$i" all ; \
done
tables: @srcdir@/tables/all.h