Revisão | 88086b900e36c6f09fd483a436a1afad5d4dbe6e (tree) |
---|---|
Hora | 2012-06-05 12:01:04 |
Autor | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
Jobserver workaround. #28588
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@709 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -29,7 +29,7 @@ build/Makefile: build | ||
29 | 29 | ../configure $(CONFIGURE_OPTIONS) |
30 | 30 | |
31 | 31 | build/MolDS: build/Makefile |
32 | - make -C build | |
32 | + +make -C build | |
33 | 33 | |
34 | 34 | MolDS.out: build/MolDS |
35 | 35 | cp $< $@ |