Mercurial > hg > xemacs-beta
diff lib-src/Makefile.in.in @ 4773:c858892e4f2b
Remove build rules that try to make wakeup out of the now nonexistent wakeup.c.
See <87zl5l2pxh.fsf@mail.contactor.se> in xemacs-patches.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 15 Dec 2009 13:25:23 -0700 |
parents | 9aa33376bb5e |
children | 1523f1d28be1 |
line wrap: on
line diff
--- a/lib-src/Makefile.in.in Mon Dec 14 10:41:50 2009 -0700 +++ b/lib-src/Makefile.in.in Tue Dec 15 13:25:23 2009 -0700 @@ -117,7 +117,7 @@ #else fakemail\ #endif - wakeup profile make-docfile digest-doc\ + profile make-docfile digest-doc\ sorted-doc movemail cvtmail yow hexl mmencode GEN_SCRIPTS = rcs2log vcdiff gzip-el.sh @@ -337,9 +337,6 @@ ctags: ${etags_deps} etags $(CC) -DCTAGS ${etags_args} -o $@ -wakeup: ${srcdir}/wakeup.c - $(CC) $(cflags) ${srcdir}/wakeup.c $(ldflags) -o $@ - profile: ${srcdir}/profile.c $(CC) $(cflags) ${srcdir}/profile.c $(ldflags) -o $@