comparison Makefile.in @ 112381:75fec4affb13

aclocal.m4: omit auto-generated file from repository
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 19 Jan 2011 21:00:40 -0800
parents 5855bdef20c9
children 51005885fe39
comparison
equal deleted inserted replaced
112378:bc91751b1f8a 112381:75fec4affb13
831 ### Makefile. More generally, `make maintainer-clean' should not delete 831 ### Makefile. More generally, `make maintainer-clean' should not delete
832 ### anything that needs to exist in order to run `configure' and then 832 ### anything that needs to exist in order to run `configure' and then
833 ### begin to build the program. 833 ### begin to build the program.
834 top_maintainer_clean=\ 834 top_maintainer_clean=\
835 ${top_distclean}; \ 835 ${top_distclean}; \
836 rm -fr autom4te.cache 836 rm -fr autom4te.cache; \
837 rm -f aclocal.m4
837 maintainer-clean: bootstrap-clean FRC 838 maintainer-clean: bootstrap-clean FRC
838 (cd src; $(MAKE) $(MFLAGS) maintainer-clean) 839 (cd src; $(MAKE) $(MFLAGS) maintainer-clean)
839 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean) 840 (cd lisp; $(MAKE) $(MFLAGS) maintainer-clean)
840 ${top_maintainer_clean} 841 ${top_maintainer_clean}
841 842