]> code.delx.au - gnu-emacs/blobdiff - GNUmakefile
Fix another shr infloop in the filling code
[gnu-emacs] / GNUmakefile
index b829e93b498f13ce5ce1f308e38930e62b04e48f..856b47ca992a1efb5f89ec429fab6b7329a95b0a 100644 (file)
@@ -32,7 +32,6 @@
 # run "configure" by hand.  But run autogen.sh first, if the source
 # was checked out directly from the repository.
 
-
 # If a Makefile already exists, just use it.
 
 ifeq ($(wildcard Makefile),Makefile)
@@ -63,8 +62,8 @@ default $(filter-out configure Makefile,$(MAKECMDGOALS)): Makefile
 
 configure:
        @echo >&2 'There seems to be no "configure" file in this directory.'
-       @echo >&2 'Running ./autogen.sh || autogen/copy_autogen ...'
-       ./autogen.sh || autogen/copy_autogen
+       @echo >&2 'Running ./autogen.sh ...'
+       ./autogen.sh
        @echo >&2 '"configure" file built.'
 
 Makefile: configure