summaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-05-17 20:01:47 +0000
committerKarl Heuer <kwzh@gnu.org>1995-05-17 20:01:47 +0000
commita20acdff4b6b6a596912be1b9c9dc46dfc21ac18 (patch)
treef3ce4cc0afd71c51821ce77127b4eb266208a5c8 /src/Makefile.in
parente467bb34f822e0326e28f1078420bf7db62d6c23 (diff)
downloademacs-a20acdff4b6b6a596912be1b9c9dc46dfc21ac18.tar.gz
(SOURCES): Fix reference to ymakefile.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 03cd8fd92e2..20e05d5c5e3 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -420,9 +420,11 @@ LD=ld
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 @@ extraclean: distclean
/* 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)