# HG changeset patch # User Karl Heuer # Date 800740907 0 # Node ID 175192b364b13ba214fce83a06cc6489c24a425a # Parent 4e736dcf80656375d56b3864fa0d2b7b68bc9e3e (SOURCES): Fix reference to ymakefile. diff -r 4e736dcf8065 -r 175192b364b1 src/Makefile.in --- a/src/Makefile.in Wed May 17 19:42:46 1995 +0000 +++ b/src/Makefile.in Wed May 17 20:01:47 1995 +0000 @@ -420,9 +420,11 @@ ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) -/* A macro which other sections of ymakefile can redefine to munge the +/* A macro which other sections of Makefile can redefine to munge the flags before they're passed to LD. This is helpful if you have - redefined LD to something odd, like "gcc". */ + redefined LD to something odd, like "gcc". + (The YMF prefix is a holdover from the old name "ymakefile".) + */ #ifndef YMF_PASS_LDFLAGS #define YMF_PASS_LDFLAGS(flags) flags #endif @@ -976,7 +978,7 @@ /* The rule for the [sm] files has to be written a little funny to avoid looking like a C comment to CPP. */ -SOURCES = *.[ch] [sm]/?* COPYING ymakefile \ +SOURCES = *.[ch] [sm]/?* COPYING Makefile \ config.h.in README COPYING ChangeLog vms.pp-trans unlock: chmod u+w $(SOURCES)