diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-16 00:30:12 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-16 00:30:12 -0800 |
commit | c5e24e666e6bdbccdea28619849c9de646b9e799 (patch) | |
tree | d7ed3a824be0c7d709738c82f1744baf651088f3 /Makefile.in | |
parent | c91c771dbe242cd942c00a0a57c18c1482e59fa0 (diff) | |
download | emacs-c5e24e666e6bdbccdea28619849c9de646b9e799.tar.gz |
* Makefile.in: Revert previous (presumably accidental) change
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 852a13407b2..e69998e3e52 100644 --- a/Makefile.in +++ b/Makefile.in @@ -385,7 +385,6 @@ src: Makefile FRC cd $@ || exit; \ boot=bootstrap-emacs$(EXEEXT); \ [ ! -x "$$boot" ] || boot=''; \ - echo "VCSWITNESS: $$vcswitness";\ $(MAKE) all $(MFLAGS) \ CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \ LDFLAGS='${LDFLAGS}' MAKE='${MAKE}' BOOTSTRAPEMACS="$$boot" \ |