Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ dist:
$(MAKE) editor_builtin
$(MAKE) editors $(MANPAGES)
$(MAKE) distclean
$(SHELL) autogen.sh --clearenv
cd "$(top_srcdir)" && $(SHELL) autogen.sh --clearenv

tar: dist
tar -cv --exclude CVS --exclude .git -C .. -f - `basename \`pwd\`` | \
Expand Down Expand Up @@ -579,7 +579,7 @@ update-travis travis-update golden:
# Rules to run autogen if necessary
#
configure: configure.ac autoconf/aclocal.m4
sh autogen.sh --recheck
cd "$(top_srcdir)" && sh autogen.sh --recheck

config.status: configure
@if [ ! -f config.status ]; then \
Expand Down