]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/Makefile.am
Tiny clean-ups.
[lyx.git] / src / frontends / xforms / Makefile.am
index ed33a8e3908630bbda90e830633b1b22a6be47e6..8e6ff55adf24e4aacd1265798c2c33b14b8182ba 100644 (file)
@@ -184,7 +184,7 @@ lyx_forms.h: stamp-forms
        @:
 
 stamp-forms: lyx_forms.h-tmp
-       cmp -s $< lyx_forms.h || {
+       cmp -s $< lyx_forms.h || {\
                rm -f lyx_forms.h ;\
                cp $< lyx_forms.h ;\
        }
@@ -194,7 +194,7 @@ lyx_xpm.h: stamp-xpm
        @:
 
 stamp-xpm: lyx_xpm.h-tmp
-       if cmp -s $< lyx_xpm.h || {
+       cmp -s $< lyx_xpm.h || {\
                rm -f lyx_xpm.h ;\
                cp $< lyx_xpm.h ;\
        }