From: fred Date: Thu, 17 Oct 1996 23:40:22 +0000 (+0000) Subject: lilypond-0.0.4 X-Git-Tag: release/1.5.59~7066 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9101929697beb2033c9d278e0f363411d57a3743;p=lilypond.git lilypond-0.0.4 --- diff --git a/make_patch b/make_patch index 80548815df..08f4936b56 100755 --- a/make_patch +++ b/make_patch @@ -25,7 +25,7 @@ then tar zfxv $nm$old.tar.gz fi -(cd $nm$old; make clean) -(cd $nm$new; make clean) +#(cd $nm$old; touch depend; make clean) +#(cd $nm$new; touch depend; make clean) (cd $nm$new; diff -P -c ../$nm$old . > ../patch-$new) rm -rf $nm$old