* Makefile.in: Revert previous (presumably accidental) change

This commit is contained in:
Glenn Morris 2014-01-16 00:30:12 -08:00
parent c91c771dbe
commit c5e24e666e

View file

@ -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" \