$OpenBSD: patch-demos_lib_Exm_wml_Makefile_am,v 1.1 2012/10/28 11:05:45 sthen Exp $
--- demos/lib/Exm/wml/Makefile.am.orig	Wed Oct 24 21:22:30 2012
+++ demos/lib/Exm/wml/Makefile.am	Wed Oct 24 21:22:40 2012
@@ -61,16 +61,16 @@ TARGETS = $(YACCTARGETS) $(WMLTARGETS)	
 UilLexPars.c UilLexPars.h: $(UILY)
 
 $(TARGETS):	$(TABLE) $(WMLDIR)/motif.wml
-	$(RM) $(TARGETS) $(REPORT) wml-uil.mm
+	-$(RM) $(TARGETS) $(REPORT) wml-uil.mm
 # 	$(YACC) -d $(YACCFLAGS) $(UILY)
 # 	$(MV) y.tab.c UilLexPars.c
 # 	$(MV) y.tab.h UilLexPars.h
 	$(top_builddir)/tools/wml/wmluiltok < $(UILY) > tokens.dat
 # 	$(RM) wml-uil.mm
-	$(RM) Exm.h
+	-$(RM) Exm.h
 	$(LN_S) $(srcdir)/$(TABLE) ./Exm.h
 	$(CPP) -I$(WMLDIR) Exm.h | $(top_builddir)/tools/wml/wml
-	$(RM) Exm.h
+	-$(RM) Exm.h
 # 	$(RM) tokens.dat
 # 
 # $(WMDTABLE):	wmldbcreate
