[gnome-common] Add missing semicolons to omf_timestamp rule



commit ee12b92340223bb33b9da232132c44cacecc7968
Author: Colin Watson <cjwatson canonical com>
Date:   Wed Oct 3 14:34:23 2012 +0100

    Add missing semicolons to omf_timestamp rule
    
    Fixes bug 685388.

 doc-build/omf.make |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc-build/omf.make b/doc-build/omf.make
index 77ad44c..35dec24 100644
--- a/doc-build/omf.make
+++ b/doc-build/omf.make
@@ -36,8 +36,8 @@ omf: omf_timestamp
 
 omf_timestamp: $(omffile)
 	-for file in $(omffile); do \
-	  absfile=$(srcdir)/$$file \
-	  test -r $$file && absfile=$$file \
+	  absfile=$(srcdir)/$$file; \
+	  test -r $$file && absfile=$$file; \
 	  scrollkeeper-preinstall $(docdir)/$(docname).xml $$absfile $$file.out; \
 	done; \
 	touch omf_timestamp



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