shithub: sox

Download patch

ref: ebdfcc9fd2ad4b9655a4a9d8b9822fb67dc68333
parent: 69c20d751aafe341e65c0304dbf4f2b6a584e38f
author: cbagwell <cbagwell>
date: Sun Feb 25 17:30:54 EST 2007

Removing path to rm to align with what automake does

--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@
 SUBDIRS = amr-wb @LIBGSM_SUBDIR@ src
 DIST_SUBDIRS = amr-wb src/libgsm src
 
-RM = /bin/rm -f
+RM = rm -f
 
 # man pages are not considered to be sources, so need to add "dist_"
 # prefix to ensure they are added to the distribution.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-RM = /bin/rm -f 
+RM = rm -f 
 
 AM_CFLAGS = @SNDFILE_CFLAGS@ @SAMPLERATE_CFLAGS@ -Wconversion
 AM_LDFLAGS = @SNDFILE_LIBS@ @SAMPLERATE_LIBS@