Browse Source

needed to call Makefile.nonser in subdirectories

Vaclav Kubart 18 years ago
parent
commit
5684e3bd1c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Makefile.nonser

+ 1 - 1
lib/Makefile.nonser

@@ -20,7 +20,7 @@ SUBDIRS=binrpc cds xcap presence
 subdirs:	$(SUBDIRS)
 
 $(SUBDIRS):	
-			@echo "Making $(MAKECMDGOALS) in $@" ; $(MAKE) $(MAKECMDGOALS) -C $@
+			@echo "Making $(MAKECMDGOALS) in $@" ; $(MAKE) -f Makefile.nonser $(MAKECMDGOALS) -C $@
 
 all:	subdirs