File: makefile_build_subdirs.patch

package info (click to toggle)
ample 0.5.7-5
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 536 kB
  • ctags: 245
  • sloc: ansic: 2,821; sh: 261; makefile: 243
file content (13 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: ample-0.5.7/Makefile.in
===================================================================
--- ample-0.5.7.orig/Makefile.in	2008-06-27 16:24:42.000000000 -0600
+++ ample-0.5.7/Makefile.in	2008-06-27 16:25:03.000000000 -0600
@@ -55,7 +55,7 @@
 all:
 	@for i in $(SUBDIRS); do \
 	  echo "Making all in $$i ..."; \
-	  cd $$i; $(MAKE) $(MDEFS) all; \
+	  cd $$i; $(MAKE) $(MDEFS) all && \
 	  cd ..; \
 	done