Skip to content

Commit

Permalink
Merge pull request #78 from cybertec-postgresql/pgsphere_header
Browse files Browse the repository at this point in the history
Use a static filename for the header of RELEASE_SQL
  • Loading branch information
vitcpp authored Oct 6, 2023
2 parents 60b1318 + 0114368 commit e64212e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,7 @@ endif
pg_sphere.test.sql: $(RELEASE_SQL) $(shlib)
tail -n+3 $< | sed 's,MODULE_PATHNAME,$(realpath $(shlib)),g' >$@


$(RELEASE_SQL): $(addsuffix .in, $(RELEASE_SQL) $(PGS_SQL))
$(RELEASE_SQL): pg_sphere_head.sql.in $(addsuffix .in, $(PGS_SQL))
cat $^ > $@

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

0 comments on commit e64212e

Please sign in to comment.