shithub: sox

Download patch

ref: d31c2acc4458fc4e0bab401d04997b486f373bd1
parent: 249089c4d72171f5a4ce25d2095a578979aa104a
author: cbagwell <cbagwell>
date: Thu May 24 22:17:33 EDT 2001

Need to add srcdir path when refering to play.in.

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -78,7 +78,7 @@
 	$(CC) $(LDFLAGS) -o mix mix.o $(LIBS)
 
 play: play.in
-	$(SED) -e 's|@PREFIX@|$(BINDIR)|g' < play.in > play
+	$(SED) -e 's|@PREFIX@|$(BINDIR)|g' < $(srcdir)/play.in > play
 
 libst.a: $(LIBOBJS)
 	$(AR) libst.a $(LIBOBJS)