File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# Copyright (c) 1994, Regents of the University of California
6
6
#
7
- # $Header: /cvsroot/pgsql/src/Makefile,v 1.26 2002/07/27 20:10:04 petere Exp $
7
+ # $Header: /cvsroot/pgsql/src/Makefile,v 1.27 2002/07/30 17:47:58 tgl Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
32
32
$(MAKE ) -C bin $@
33
33
$(MAKE ) -C pl $@
34
34
$(MAKE ) -C test $@
35
+ $(MAKE ) -C tutorial $@
35
36
36
37
distclean maintainer-clean :
37
38
-$(MAKE ) -C port $@
@@ -41,4 +42,5 @@ distclean maintainer-clean:
41
42
-$(MAKE ) -C bin $@
42
43
-$(MAKE ) -C pl $@
43
44
-$(MAKE ) -C test $@
45
+ -$(MAKE ) -C tutorial $@
44
46
rm -f Makefile.port Makefile.global
Original file line number Diff line number Diff line change 4
4
# Makefile for tutorial
5
5
#
6
6
# IDENTIFICATION
7
- # $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.14 2001/10/26 20:45:33 tgl Exp $
7
+ # $Header: /cvsroot/pgsql/src/tutorial/Makefile,v 1.15 2002/07/30 17:47:58 tgl Exp $
8
8
#
9
9
# -------------------------------------------------------------------------
10
10
@@ -30,5 +30,5 @@ all: $(DLOBJS) $(QUERIES)
30
30
C=` pwd` ; \
31
31
sed -e " s:_OBJWD_:$$ C:g" < $< > $@
32
32
33
- clean :
33
+ clean distclean maintainer-clean :
34
34
rm -f $(DLOBJS ) $(QUERIES )
You can’t perform that action at this time.
0 commit comments