2000-12-19 08:34:53 +00:00
|
|
|
--- 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 @@
|
1999-07-11 20:52:15 +00:00
|
|
|
|
|
|
|
pkgIndex.tcl : Petal.so Petal.tcl
|
|
|
|
@echo "The error message for Petal.tcl is normal"
|
|
|
|
- echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh
|
1999-11-28 18:32:45 +00:00
|
|
|
+ echo "pkg_mkIndex . Petal.so Petal.tcl" | tclsh8.2
|
1999-07-11 20:52:15 +00:00
|
|
|
|
|
|
|
petaleditor/pkgIndex.tcl : petaleditor/PetalEditor.tcl
|
2000-12-19 08:34:53 +00:00
|
|
|
- cd petaleditor; make
|
|
|
|
+ cd petaleditor; $(MAKE)
|
1999-07-11 20:52:15 +00:00
|
|
|
|
2000-12-19 08:34:53 +00:00
|
|
|
petalmidi/pkgIndex.tcl : petalmidi/PetalMidi.tcl
|
|
|
|
- cd petalmidi; make
|
|
|
|
+ cd petalmidi; $(MAKE)
|
1999-07-11 20:52:15 +00:00
|
|
|
|
2000-12-19 08:34:53 +00:00
|
|
|
Petal.so : Petal.o
|
|
|
|
$(LD) $(LDFLAGS) Petal.o -o Petal.so
|