aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
420 420
421ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS) 421ALL_LDFLAGS = LD_SWITCH_SYSTEM LD_SWITCH_MACHINE LD_SWITCH_SITE $(LDFLAGS)
422 422
423/* A macro which other sections of ymakefile can redefine to munge the 423/* A macro which other sections of Makefile can redefine to munge the
424 flags before they're passed to LD. This is helpful if you have 424 flags before they're passed to LD. This is helpful if you have
425 redefined LD to something odd, like "gcc". */ 425 redefined LD to something odd, like "gcc".
426 (The YMF prefix is a holdover from the old name "ymakefile".)
427 */
426#ifndef YMF_PASS_LDFLAGS 428#ifndef YMF_PASS_LDFLAGS
427#define YMF_PASS_LDFLAGS(flags) flags 429#define YMF_PASS_LDFLAGS(flags) flags
428#endif 430#endif
@@ -976,7 +978,7 @@ extraclean: distclean
976 978
977/* The rule for the [sm] files has to be written a little funny to 979/* The rule for the [sm] files has to be written a little funny to
978 avoid looking like a C comment to CPP. */ 980 avoid looking like a C comment to CPP. */
979SOURCES = *.[ch] [sm]/?* COPYING ymakefile \ 981SOURCES = *.[ch] [sm]/?* COPYING Makefile \
980 config.h.in README COPYING ChangeLog vms.pp-trans 982 config.h.in README COPYING ChangeLog vms.pp-trans
981unlock: 983unlock:
982 chmod u+w $(SOURCES) 984 chmod u+w $(SOURCES)