6b69e3097d
"Motif 2.3.4 is an updated version of Open Motif 2.3 and is a major bug fix release." Keeping current package naming (openmotif) for now. Feedback from pascal@ naddy@
19 lines
558 B
Plaintext
19 lines
558 B
Plaintext
$OpenBSD: patch-tools_wml_Makefile_am,v 1.1 2012/10/28 11:05:45 sthen Exp $
|
|
--- tools/wml/Makefile.am.orig Wed Oct 24 21:24:30 2012
|
|
+++ tools/wml/Makefile.am Wed Oct 24 21:24:40 2012
|
|
@@ -54,11 +54,11 @@ UilLexPars.c: Uil.c
|
|
$(WMLTARGETS): wml-uil.mm
|
|
|
|
wml-uil.mm: 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
|
|
|