From 937aef354550224fc06f00cf74cdb104164222e3 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Tue, 30 Jul 2002 17:47:58 +0000 Subject: Ensure that src/tutorial gets cleaned by top-level make clean. --- src/tutorial/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tutorial') diff --git a/src/tutorial/Makefile b/src/tutorial/Makefile index 07ed26f3de..2e85fbc38a 100644 --- a/src/tutorial/Makefile +++ b/src/tutorial/Makefile @@ -4,7 +4,7 @@ # Makefile for tutorial # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.14 2001/10/26 20:45:33 tgl Exp $ +# $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.15 2002/07/30 17:47:58 tgl Exp $ # #------------------------------------------------------------------------- @@ -30,5 +30,5 @@ all: $(DLOBJS) $(QUERIES) C=`pwd`; \ sed -e "s:_OBJWD_:$$C:g" < $< > $@ -clean: +clean distclean maintainer-clean: rm -f $(DLOBJS) $(QUERIES) -- cgit v1.2.3