/* From here on, comments must be done in C syntax. */
#define NO_SHORTNAMES
-#define THIS_IS_YMAKEFILE
+#define THIS_IS_MAKEFILE
#define NOT_C_CODE
#include "../src/config.h"
/* Some machines don't find the standard C libraries in the usual place. */
#ifndef ORDINARY_LINK
-#ifndef LIB_STANDARD
-#define LIB_STANDARD -lc
+#ifndef LIB_STANDARD_LIBSRC
+#define LIB_STANDARD_LIBSRC -lc
#endif
#else
-#ifndef LIB_STANDARD
-#define LIB_STANDARD
+#ifndef LIB_STANDARD_LIBSRC
+#define LIB_STANDARD_LIBSRC
#endif
#endif
#define BLESSMAIL
#endif
-LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD
+LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
/* We need to #define emacs to get the right versions of some files.
Some other files - those shared with other GNU utilities - need