r258 - multipath-tools/trunk

Bastian Blank waldi at costa.debian.org
Thu Feb 9 21:07:41 UTC 2006


Author: waldi
Date: Thu Feb  9 21:07:39 2006
New Revision: 258

Modified:
   multipath-tools/trunk/Makefile
Log:
Makefile: Fix for new make.


Modified: multipath-tools/trunk/Makefile
==============================================================================
--- multipath-tools/trunk/Makefile	(original)
+++ multipath-tools/trunk/Makefile	Thu Feb  9 21:07:39 2006
@@ -33,17 +33,17 @@
 	done
 
 recurse_clean:
-	@for dir in $(BUILDDIRS); do\
+	@for dir in $(BUILDDIRS); do \
 	$(MAKE) -C $$dir clean || exit $?; \
 	done
 
 recurse_install:
-	@for dir in $(BUILDDIRS); do\
+	@for dir in $(BUILDDIRS); do \
 	$(MAKE) -C $$dir install || exit $?; \
 	done
 
 recurse_uninstall:
-	@for dir in $(BUILDDIRS); do\
+	@for dir in $(BUILDDIRS); do \
 	$(MAKE) -C $$dir uninstall || exit $?; \
 	done
 



More information about the pkg-lvm-commits mailing list