Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 4785:d6cfba1cc388
Remove the lib-src/yow binary, which is currently unused anyway. See message
with ID <870180fe0912211250q2a85415bt8120cd36d6f6d72e@mail.gmail.com> in
xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 21 Dec 2009 13:51:39 -0700 |
parents | 1523f1d28be1 |
children | 03ab78e48ef6 |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Mon Dec 21 17:48:56 2009 +0000 +++ b/lib-src/Makefile.in.in Mon Dec 21 13:51:39 2009 -0700 @@ -118,7 +118,7 @@ fakemail\ #endif profile make-docfile digest-doc\ - sorted-doc movemail cvtmail yow hexl mmencode + sorted-doc movemail cvtmail hexl mmencode GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh PKG_SCRIPTS = add-big-package.sh @@ -363,9 +363,6 @@ fakemail: ${srcdir}/fakemail.c ../src/config.h $(CC) $(cflags) ${srcdir}/fakemail.c $(ldflags) -o $@ -yow: ${srcdir}/yow.c ../src/paths.h - $(CC) $(cflags) ${srcdir}/yow.c $(ldflags) -o $@ - i: ${srcdir}/i.c $(CC) $(cflags) ${srcdir}/i.c $(ldflags) -o $@