From: fred Date: Sat, 14 Dec 1996 13:41:02 +0000 (+0000) Subject: lilypond-0.0.17 X-Git-Tag: release/1.5.59~6583 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=001d677908d0e973e9d4c8101972c1561879968a;p=lilypond.git lilypond-0.0.17 --- diff --git a/make_patch b/make_patch index 8747fe6b84..8f8a688cd7 100755 --- a/make_patch +++ b/make_patch @@ -31,5 +31,5 @@ fi #(cd $nm$old; touch depend; make clean) #(cd $nm$new; touch depend; make clean) -(cd $nm$new; diff -P -c ../$nm$old . > ../patch-$new) +(cd $nm$new; diff -rP -c ../$nm$old . > ../patch-$new) rm -rf $nm$old $nm$new