[gnome-subtitles] Don't delete the gnome-subtitles script - it's generated in "configure", not in "make". This made "m



commit e90439578c1b9201baaf1b128d8ca588afb0ae91
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Mon Jun 17 21:25:43 2013 +0100

    Don't delete the gnome-subtitles script - it's generated in "configure", not in "make". This made "make" 
fail after a "make clean" (which would remove the script).

 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index d03aa70..ceae9dd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -74,6 +74,6 @@ $(ASSEMBLY_CONFIG):
 
 bin_SCRIPTS = $(srcdir)/GnomeSubtitles/Execution/gnome-subtitles
 
-CLEANFILES = $(bin_SCRIPTS) $(ASSEMBLY) $(ASSEMBLY).mdb
+CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
 EXTRA_DIST = $(gnomesubtitles_SOURCES) $(GS_SOURCES) $(GS_RESOURCES) $(ASSEMBLY_CONFIG_SRC)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]