Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ab577e6

Browse files
committed
Remove analyze_new_cluster.sh on make clean, too
1 parent e323c55 commit ab577e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OBJS = check.o controldata.o dump.o exec.o file.o function.o info.o \
1111
PG_CPPFLAGS = -DFRONTEND -DDLSUFFIX=\"$(DLSUFFIX)\" -I$(srcdir) -I$(libpq_srcdir)
1212
PG_LIBS = $(libpq_pgport)
1313

14-
EXTRA_CLEAN = delete_old_cluster.sh log/ tmp_check/
14+
EXTRA_CLEAN = analyze_new_cluster.sh delete_old_cluster.sh log/ tmp_check/
1515

1616
ifdef USE_PGXS
1717
PG_CONFIG = pg_config

0 commit comments

Comments
 (0)