diff src/Makefile.in @ 16082:518683f8b4ce

(mktime): #undef so that we don't mess up the file name mktime.c.
author Paul Eggert <eggert@twinsun.com>
date Tue, 03 Sep 1996 18:00:34 +0000
parents 4920b9b22c97
children 45017936174f
line wrap: on
line diff
--- a/src/Makefile.in	Tue Sep 03 18:00:34 1996 +0000
+++ b/src/Makefile.in	Tue Sep 03 18:00:34 1996 +0000
@@ -66,6 +66,11 @@
 #undef alloca
 #endif
 
+/* Don't let the file name mktime.c get messed up.  */
+#ifdef mktime
+#undef mktime
+#endif
+
 /* Use HAVE_X11 as an alias for X11 in this file
    to avoid problems with X11 as a subdirectory name
    in -I and other such options which pass through this file. */