]> git.saurik.com Git - wxWidgets.git/blame - utils/tex2rtf/Makefile.in
use AC_CACHE_CHECK instead of AC_MSG_CHECKING + check to avoid unnecessary checking...
[wxWidgets.git] / utils / tex2rtf / Makefile.in
CommitLineData
37b8e679
VS
1
2all:
318f6d79 3 cd src; $(MAKE)
37b8e679
VS
4
5clean:
318f6d79 6 cd src; $(MAKE) clean
37b8e679 7