CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 06/07/02 01:34:25
Index: Makefile.maint =================================================================== RCS file: /sources/m4/m4/Attic/Makefile.maint,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -u -b -r1.1.2.4 -r1.1.2.5 --- Makefile.maint 17 Jun 2006 23:57:32 -0000 1.1.2.4 +++ Makefile.maint 2 Jul 2006 01:34:24 -0000 1.1.2.5 @@ -17,18 +17,6 @@ ## the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ## Boston, MA 02110-1301, USA. -# Need various variables defined by configure, a lot easier to just -# include the Makefile than figure out a way to put them in here too -include Makefile -Makefile: - @echo " *** Run maintainer rules from the build tree, with" - @echo " *** \`make -f../Makefile.maint' for example, where" - @echo " *** \`../' is the relative path back to the directory" - @echo " *** that contains the \`Makefile.maint'. Alternatively," - @echo " *** run \`./configure' in the source tree for an in" - @echo " *** tree build." - @exit 1 - TEXI2HTML = texi2html .PHONY: cvs-release
