[Expat-checkins] CVS: expat/xmlwf Makefile.in,1.3,1.4

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


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

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/xmlwf/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** Makefile.in	2001/03/01 04:28:27	1.3
--- Makefile.in	2001/07/25 03:05:22	1.4
***************
*** 37,40 ****
--- 37,50 ----
  	$(CC) -o xmlwf $(LDFLAGS) $(OBJS) $(LIBS)
  
+ check:	$(SUBDIRS)
+ 	@echo
+ 	@echo This package does not yet have a regression test.
+ 	@echo
+ 
  clean:
  	rm -f xmlwf core *.o
+ 
+ distclean: clean
+ 	rm -f Makefile
+ 
+ maintainer-clean: distclean