[Expat-checkins] CVS: expat/sample Makefile.in,1.1,1.2

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


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

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/sample/Makefile.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.in	2001/03/01 04:13:33	1.1
--- Makefile.in	2001/07/25 03:05:22	1.2
***************
*** 35,38 ****
--- 35,48 ----
  	$(CC) -o elements elements.o $(LDFLAGS) $(LIBS)
  
+ check:	$(SUBDIRS)
+ 	@echo
+ 	@echo This package does not yet have a regression test.
+ 	@echo
+ 
  clean:
  	rm -f elements core *.o
+ 
+ distclean: clean
+ 	rm -r Makefile
+ 
+ maintainer-clean: distclean