mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-27 06:18:57 +00:00
22 lines
531 B
Diff
22 lines
531 B
Diff
--- a/tools/wml/Makefile.in
|
|
+++ b/tools/wml/Makefile.in
|
|
@@ -812,15 +812,15 @@
|
|
|
|
wml-uil.mm: wmluiltok wml UilLexPars.c $(TABLE)
|
|
$(RM) $(WMLTARGETS) wml.report wml-uil.mm
|
|
- ./wmluiltok <$(srcdir)/Uil.y >tokens.dat
|
|
+ wmluiltok <$(srcdir)/Uil.y >tokens.dat
|
|
$(RM) wml-uil.mm
|
|
- ./wml $(srcdir)/$(TABLE)
|
|
+ wml $(srcdir)/$(TABLE)
|
|
$(RM) tokens.dat
|
|
|
|
all: motif.wmd
|
|
|
|
motif.wmd: wmldbcreate
|
|
- ./wmldbcreate -o motif.wmd
|
|
+ wmldbcreate -o motif.wmd
|
|
|
|
clean-local:
|
|
$(RM) $(WMLTARGETS) $(WMDTABLE) $(REPORT) lex.yy.c libwml.a wml \
|