]> git.eshelyaron.com Git - emacs.git/commitdiff
(mktime): #undef so that we don't mess up the file name mktime.c.
authorPaul Eggert <eggert@twinsun.com>
Tue, 3 Sep 1996 18:00:34 +0000 (18:00 +0000)
committerPaul Eggert <eggert@twinsun.com>
Tue, 3 Sep 1996 18:00:34 +0000 (18:00 +0000)
src/Makefile.in

index f4f5f54f467485233a267b73d54582a161f5accf..e91cd9570fe1c84593b9a450c21a0a7977e94db9 100644 (file)
@@ -66,6 +66,11 @@ SHELL=/bin/sh
 #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. */