The patch I sent was not fully applied, it looks like.

-- 
Kayvan A. Sylvan          | Proud husband of       | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)
Index: src/frontends/xforms/Makefile.am
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/frontends/xforms/Makefile.am,v
retrieving revision 1.111
diff -u -r1.111 Makefile.am
--- src/frontends/xforms/Makefile.am    2003/11/30 17:11:50     1.111
+++ src/frontends/xforms/Makefile.am    2003/11/30 21:51:21
@@ -194,7 +194,7 @@
        @:
 
 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 ;\
        }

Reply via email to