summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorTom Lane2011-11-30 04:14:16 +0000
committerTom Lane2011-11-30 04:14:16 +0000
commit9c6aa8cca0c8b2d46a174ec5171c2cf0aa97b2d0 (patch)
tree08494a1cad26ece8c3e939d1e0157e2004256e78 /contrib
parent73d1bfd0b567ef9a4439be1510c12c346a064d9e (diff)
Move EXTRA_CLEAN to where it actually works.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pg_upgrade/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pg_upgrade/Makefile b/contrib/pg_upgrade/Makefile
index 63918625f4f..f00aad01d66 100644
--- a/contrib/pg_upgrade/Makefile
+++ b/contrib/pg_upgrade/Makefile
@@ -11,6 +11,8 @@ OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX)\" -I$(srcdir) -I$(libpq_srcdir)
PG_LIBS = $(libpq_pgport)
+EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/
+
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
@@ -28,5 +30,3 @@ check: test.sh
# disabled because it upsets the build farm
#installcheck: test.sh
# MAKE=$(MAKE) bindir=$(bindir) libdir=$(libdir) $(SHELL) $<
-
-EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/