Skip to content

Commit 4f1ad04

Browse files
committed
fix Makefile (DATA)
1 parent 91ee25e commit 4f1ad04

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ OBJS = src/init.o src/relation_info.o src/utils.o src/partition_filter.o \
1111
EXTENSION = pg_pathman
1212
EXTVERSION = 1.2
1313
DATA_built = pg_pathman--$(EXTVERSION).sql
14-
DATA = pg_pathman--1.0.sql \
15-
pg_pathman--1.0--1.1.sql \
16-
pg_pathman--1.1.sql \
17-
pg_pathman--1.1--1.2.sql
14+
DATA = pg_pathman--1.0--1.1.sql \
15+
pg_pathman--1.1--1.2.sql
1816
PGFILEDESC = "pg_pathman - partitioning tool"
1917

2018
REGRESS = pathman_basic \

0 commit comments

Comments
 (0)