Skip to content

Commit d2fc6df

Browse files
committed
Minor correction to generation of pg_sphere--1.2.0--1.2.1.sql in the USE_HEALPIX=1 case.
1 parent 2fe153f commit d2fc6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ pg_sphere--1.1.5beta4gavo--1.2.0.sql: pgs_moc_ops.sql.in
235235
cat upgrade_scripts/$@.in $^ > $@
236236

237237
pg_sphere--1.2.0--1.2.1.sql: pgs_moc_geo_casts.sql.in pgs_epochprop.sql.in
238-
cat $^ > $@
238+
cat upgrade_scripts/$@.in $^ > $@
239239

240240
pg_sphere--1.2.1--1.2.2.sql: upgrade_scripts/pg_sphere--1.2.1--1.2.2-healpix.sql.in
241241
cat upgrade_scripts/$@.in $^ > $@

0 commit comments

Comments
 (0)