diff mbox

ps3-utils: small typo wrt CLEANFILES in Makefile.am

Message ID 20081021171814.GA3010@rangda.stickybit.se
State New
Headers show

Commit Message

Sean Finney Oct. 21, 2008, 5:18 p.m. UTC
---
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/Makefile.am b/Makefile.am
index f0bc07c..5f4040d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -58,7 +58,7 @@  man_MANS =              \
  ps3-utils.8            \
  ps3-video-mode.8
 
-CLEANFILES = $(composed_bin_scripts)) $(composed_sbin_scripts)
+CLEANFILES = $(composed_bin_scripts) $(composed_sbin_scripts)
 
 AM_CPPFLAGS =                \
  $(USER_INCLUDES)            \