Skip to content

Commit 16adb33

Browse files
committed
Fixed cleanup of init test script
1 parent 883b9b5 commit 16adb33

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bin/Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ OBJS = $(SRCS:.c=.o)
99
PROGRAM = pg_reorg
1010
REGRESS = init reorg
1111

12+
EXTRA_CLEAN = sql/init-$(MAJORVERSION).sql sql/init.sql
13+
1214
ifdef DEBUG_REORG
1315
PG_CPPFLAGS = -I$(libpq_srcdir) -DDEBUG_REORG
1416
else
@@ -59,9 +61,4 @@ sql/init-9.2.sql:
5961
sql/init-9.3.sql:
6062
cp sql/init-extension.sql sql/init-9.3.sql
6163

62-
.PHONY: subclean
63-
clean: subclean
64-
subclean:
65-
rm -f sql/init.sql sql/init-{8.3,8.4,9.0,9.1,9.2,9.3}.sql
66-
6764
installcheck: sql/init.sql

0 commit comments

Comments
 (0)