diff options
| author | Tom Lane | 2005-01-13 18:23:22 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-01-13 18:23:22 +0000 |
| commit | 3810c23fe496b4dfdfc52efafcffb82d9a8d3714 (patch) | |
| tree | 8058bd96ac5bd0075ef7b2fd023eb6ae20a795bc /src/Makefile | |
| parent | c06b31dc31e5f6a8ee669449157b39be9987e375 (diff) | |
Adjust src/tutorial Makefile so that it can use pgxs. This allows the
tutorial to be used without necessarily having a configured source tree.
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index 2b0bea0ff80..0963f88a8fc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $PostgreSQL: pgsql/src/Makefile,v 1.35 2004/10/06 08:49:59 momjian Exp $ +# $PostgreSQL: pgsql/src/Makefile,v 1.36 2005/01/13 18:23:21 tgl Exp $ # #------------------------------------------------------------------------- @@ -53,7 +53,7 @@ clean: $(MAKE) -C pl $@ $(MAKE) -C makefiles $@ $(MAKE) -C test $@ - $(MAKE) -C tutorial $@ + $(MAKE) -C tutorial NO_PGXS=1 $@ $(MAKE) -C utils $@ $(MAKE) -C tools/thread $@ @@ -67,7 +67,7 @@ distclean maintainer-clean: -$(MAKE) -C pl $@ -$(MAKE) -C makefiles $@ -$(MAKE) -C test $@ - -$(MAKE) -C tutorial $@ + -$(MAKE) -C tutorial NO_PGXS=1 $@ -$(MAKE) -C utils $@ -$(MAKE) -C tools/thread $@ rm -f Makefile.port Makefile.global |
