From ab577e63faf792593ca728625a8ef0b1dfaf7500 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Mon, 27 Aug 2012 12:42:59 -0400 Subject: [PATCH] Remove analyze_new_cluster.sh on make clean, too --- contrib/pg_upgrade/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pg_upgrade/Makefile b/contrib/pg_upgrade/Makefile index 364b20df1b..dec57a6130 100644 --- a/contrib/pg_upgrade/Makefile +++ b/contrib/pg_upgrade/Makefile @@ -11,7 +11,7 @@ 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/ +EXTRA_CLEAN = analyze_new_cluster.sh delete_old_cluster.sh log/ tmp_check/ ifdef USE_PGXS PG_CONFIG = pg_config