|
From: Matthew F. <fl...@ml...> - 2006-06-13 18:40:07
|
typo ---------------------------------------------------------------------- U mlton/branches/on-20050822-x86_64-branch/lib/mlrisc-lib/Makefile ---------------------------------------------------------------------- Modified: mlton/branches/on-20050822-x86_64-branch/lib/mlrisc-lib/Makefile =================================================================== --- mlton/branches/on-20050822-x86_64-branch/lib/mlrisc-lib/Makefile 2006-06-14 01:10:07 UTC (rev 4651) +++ mlton/branches/on-20050822-x86_64-branch/lib/mlrisc-lib/Makefile 2006-06-14 01:39:58 UTC (rev 4652) @@ -13,7 +13,7 @@ gzip -dc MLRISC.tgz | tar xf - chmod -R a+r MLRISC chmod -R g-s MLRISC - patch -c -p0 < MLRISC.patch + patch -s -p0 < MLRISC.patch .PHONY: clean clean: |