Skip to content

Commit 0114368

Browse files
committed
Use a static filename for the header of RELEASE_SQL
One place less to update when bumping the version number.
1 parent 73a07e3 commit 0114368

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,7 @@ endif
130130
pg_sphere.test.sql: $(RELEASE_SQL) $(shlib)
131131
tail -n+3 $< | sed 's,MODULE_PATHNAME,$(realpath $(shlib)),g' >$@
132132

133-
134-
$(RELEASE_SQL): $(addsuffix .in, $(RELEASE_SQL) $(PGS_SQL))
133+
$(RELEASE_SQL): pg_sphere_head.sql.in $(addsuffix .in, $(PGS_SQL))
135134
cat $^ > $@
136135

137136
# for "create extension from unpacked*":
File renamed without changes.

0 commit comments

Comments
 (0)