19 lines
565 B
Plaintext
19 lines
565 B
Plaintext
$OpenBSD: patch-tools_wml_Makefile_in,v 1.3 2010/04/24 20:17:13 naddy Exp $
|
|
--- tools/wml/Makefile.in.orig Fri Mar 12 15:45:02 2010
|
|
+++ tools/wml/Makefile.in Fri Apr 23 17:26:03 2010
|
|
@@ -671,11 +671,11 @@ UilLexPars.c: Uil.c
|
|
$(LN_S) Uil.c UilLexPars.c
|
|
|
|
$(WMLTARGETS): wmluiltok wml UilLexPars.c $(TABLE)
|
|
- $(RM) $(WMLTARGETS) wml.report wml-uil.mm
|
|
+ -$(RM) $(WMLTARGETS) wml.report wml-uil.mm
|
|
./wmluiltok <$(srcdir)/Uil.y >tokens.dat
|
|
- $(RM) wml-uil.mm
|
|
+ -$(RM) wml-uil.mm
|
|
./wml $(srcdir)/$(TABLE)
|
|
- $(RM) tokens.dat
|
|
+ -$(RM) tokens.dat
|
|
|
|
all: motif.wmd
|
|
|