Skip to content

Commit 20e4e1e

Browse files
committed
Fix deb build
1 parent 47d3aef commit 20e4e1e

11 files changed

Lines changed: 9 additions & 9 deletions

Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ DATA = pgl_ddl_deploy--1.0.sql pgl_ddl_deploy--1.0--1.1.sql \
1414
pgl_ddl_deploy--2.4.sql
1515
MODULES = ddl_deparse
1616
MODULE_big = pgl_ddl_deploy
17-
OBJS = src/postgres_deparse.11.o \
18-
src/postgres_deparse.12.o \
19-
src/postgres_deparse.13.o \
20-
src/postgres_deparse.14.o \
21-
src/postgres_deparse.15.o \
22-
src/postgres_deparse.16.o \
23-
src/postgres_deparse.17.o \
24-
src/postgres_deparse.18.o \
25-
src/pgl_ddl_deploy.o
17+
OBJS = postgres_deparse.11.o \
18+
postgres_deparse.12.o \
19+
postgres_deparse.13.o \
20+
postgres_deparse.14.o \
21+
postgres_deparse.15.o \
22+
postgres_deparse.16.o \
23+
postgres_deparse.17.o \
24+
postgres_deparse.18.o \
25+
pgl_ddl_deploy.o
2626

2727
REGRESS := 01_create_ext 02_setup 03_add_configs 04_deploy 04_deploy_update \
2828
05_allowed 06_multi 07_edges 08_ignored \
File renamed without changes.

0 commit comments

Comments
 (0)