Fix Makefile.in so that rclock and its manpage are built for the "all" target.
Fix extra tokens warning.
--- rclock/Makefile.in.orig	2000-05-03 01:40:54.000000000 -0500
+++ rclock/Makefile.in	2024-07-02 07:50:28.000000000 -0500
@@ -25,7 +25,7 @@
 .c.o:
 	$(CC) -c $(CPPFLAGS) $(XINC) -I. -I$(basedir) -I$(srcdir) $(DEFS) $(CFLAGS) $<
 #-------------------------------------------------------------------------
-all:
+all: clock
 clock: alldoc allbin
 
 rclock: $(OBJS)
--- rclock/rclock.c.orig	2002-08-07 19:32:14.000000000 -0500
+++ rclock/rclock.c	2024-07-02 07:38:46.000000000 -0500
@@ -955,7 +955,7 @@
 		* I believe this should be drawn always so it does not get
 		* "swept away" by the minute hand.
     */
-#ifdef REMINDERS && DATE_ON_CLOCK_FACE
+#if defined(REMINDERS) && defined(DATE_ON_CLOCK_FACE)
    if( show_date)
      {
 	char date[10];
