aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-06-09 15:44:44 +0000
committerKarl Heuer1995-06-09 15:44:44 +0000
commit363e6c4033ffc549f3cf739d7ebd8bd9336a778c (patch)
treecad9de646096122997834d1f3cb8fe0ed772cd54 /src
parent313b841c1eb876629a472efd6fd4ae5f9402477f (diff)
downloademacs-363e6c4033ffc549f3cf739d7ebd8bd9336a778c.tar.gz
emacs-363e6c4033ffc549f3cf739d7ebd8bd9336a778c.zip
(SOURCES): Makefile isn't source; Makefile.in.in is.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 338d6536100..5a992d6bae6 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -984,7 +984,7 @@ extraclean: distclean
984 984
985/* The rule for the [sm] files has to be written a little funny to 985/* The rule for the [sm] files has to be written a little funny to
986 avoid looking like a C comment to CPP. */ 986 avoid looking like a C comment to CPP. */
987SOURCES = *.[ch] [sm]/?* COPYING Makefile \ 987SOURCES = *.[ch] [sm]/?* COPYING Makefile.in.in \
988 config.h.in README COPYING ChangeLog vms.pp-trans 988 config.h.in README COPYING ChangeLog vms.pp-trans
989unlock: 989unlock:
990 chmod u+w $(SOURCES) 990 chmod u+w $(SOURCES)