--- petal/Makefile.in.orig Wed Oct 8 07:40:55 1997 +++ petal/Makefile.in Thu Dec 14 02:14:42 2000 @@ -7,13 +7,13 @@ pkgIndex.tcl : Petal.so Petal.tcl @echo "The error message for Petal.tcl is normal" - echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh + echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh8.2 petaleditor/pkgIndex.tcl : petaleditor/PetalEditor.tcl - cd petaleditor; make + cd petaleditor; $(MAKE) petalmidi/pkgIndex.tcl : petalmidi/PetalMidi.tcl - cd petalmidi; make + cd petalmidi; $(MAKE) Petal.so : Petal.o $(LD) $(LDFLAGS) Petal.o -o Petal.so