[Expat-checkins] CVS: expat Makefile.in,1.9,1.10

Fred L. Drake fdrake@users.sourceforge.net
Tue, 24 Jul 2001 20:05:24 -0700


Update of /cvsroot/expat/expat
In directory usw-pr-cvs1:/tmp/cvs-serv23834

Modified Files:
	Makefile.in 
Log Message:

Make sure all the makefiles have at least a dummy check target and
reasonable distclean and maintainer-clean targets.

This fixes the last part of SF bug #430942.


Index: Makefile.in
===================================================================
RCS file: /cvsroot/expat/expat/Makefile.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** Makefile.in	2001/07/24 20:03:28	1.9
--- Makefile.in	2001/07/25 03:05:21	1.10
***************
*** 137,140 ****
--- 137,145 ----
  	done
  
+ check:	$(SUBDIRS)
+ 	@echo
+ 	@echo This package does not yet have a regression test.
+ 	@echo
+ 
  $(DISTRIBUTION): distdir
  	tar cf - $(DISTDIR) | gzip -9 >$(DISTRIBUTION)