diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-06-09 15:44:44 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-06-09 15:44:44 +0000 |
commit | 1772122bfb8fc8759ba491cc2d05901add566ad4 (patch) | |
tree | ce14159b77cd5b221182247a91161004be9c0e69 /src/Makefile.in | |
parent | d17bf212b03412149873599e9346ea7d8e60cb3f (diff) | |
download | emacs-1772122bfb8fc8759ba491cc2d05901add566ad4.tar.gz |
(SOURCES): Makefile isn't source; Makefile.in.in is.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
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 /* 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 Makefile \ +SOURCES = *.[ch] [sm]/?* COPYING Makefile.in.in \ config.h.in README COPYING ChangeLog vms.pp-trans unlock: chmod u+w $(SOURCES) |