ref: 2d44d8912edddbe52950580c371e0d970ccef548
parent: 6b86772b64eb232306d4b1b018fb364b49823c56
author: cbagwell <cbagwell>
date: Thu Mar 20 16:17:57 EDT 2008
Adding missing ";" to have uninstall work on my box.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -304,7 +304,7 @@
uninstall-hook:
if test "$(PLAYRECLINKS)" = "yes"; then \
- cd $(DESTDIR)$(bindir); $(RM) play rec soxi \
+ cd $(DESTDIR)$(bindir); $(RM) play rec soxi; \
fi
clean-local: