Skip to content

Commit e64212e

Browse files
authored
Merge pull request #78 from cybertec-postgresql/pgsphere_header
Use a static filename for the header of RELEASE_SQL
2 parents 60b1318 + 0114368 commit e64212e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: Makefile

+1-2
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)