# HG changeset patch # User Jerry James # Date 1260908723 25200 # Node ID c858892e4f2b688628b199806d8f9e9586a7e165 # Parent 0ec24b0da2e5ca72390583ff704364944c5125cc Remove build rules that try to make wakeup out of the now nonexistent wakeup.c. See <87zl5l2pxh.fsf@mail.contactor.se> in xemacs-patches. diff -r 0ec24b0da2e5 -r c858892e4f2b lib-src/ChangeLog --- a/lib-src/ChangeLog Mon Dec 14 10:41:50 2009 -0700 +++ b/lib-src/ChangeLog Tue Dec 15 13:25:23 2009 -0700 @@ -1,3 +1,8 @@ +2009-12-15 Jerry James + + * Makefile.in.in: Remove build dependency and rule for wakeup. Thanks + to Mats Lidell for the patch. + 2009-12-10 Jerry James * gnudepend.pl: Remove obsolete file. diff -r 0ec24b0da2e5 -r c858892e4f2b lib-src/Makefile.in.in --- 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 $@ diff -r 0ec24b0da2e5 -r c858892e4f2b nt/ChangeLog --- a/nt/ChangeLog Mon Dec 14 10:41:50 2009 -0700 +++ b/nt/ChangeLog Tue Dec 15 13:25:23 2009 -0700 @@ -1,3 +1,8 @@ +2009-12-15 Jerry James + + * xemacs.mak: Remove build dependency for lib-src/wakeup. Thanks to + Vin Shelton for the patch. + 2009-12-14 Jerry James * installer: Remove unused Wise installer sources. diff -r 0ec24b0da2e5 -r c858892e4f2b nt/xemacs.mak --- a/nt/xemacs.mak Mon Dec 14 10:41:50 2009 -0700 +++ b/nt/xemacs.mak Tue Dec 15 13:25:23 2009 -0700 @@ -1139,8 +1139,7 @@ $(BLDLIB_SRC)/make-docfile.exe \ $(BLDLIB_SRC)/mmencode.exe \ $(BLDLIB_SRC)/movemail.exe \ - $(BLDLIB_SRC)/sorted-doc.exe \ - $(BLDLIB_SRC)/wakeup.exe + $(BLDLIB_SRC)/sorted-doc.exe !if $(USE_MINITAR) LIB_SRC_TOOLS = \ $(LIB_SRC_TOOLS) \