Generate extension versions from the previous one.

pull/493/head
Andres Freund 2016-05-04 18:05:41 -07:00
parent 5604669db5
commit 4d7bcfdd35
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $(EXTENSION)--5.0.sql: $(EXTENSION).sql
cat $^ > $@
$(EXTENSION)--5.0-1.sql: $(EXTENSION)--5.0.sql $(EXTENSION)--5.0--5.0-1.sql
cat $^ > $@
$(EXTENSION)--5.0-2.sql: $(EXTENSION)--5.0.sql $(EXTENSION)--5.0--5.0-1.sql $(EXTENSION)--5.0-1--5.0-2.sql
$(EXTENSION)--5.0-2.sql: $(EXTENSION)--5.0-1.sql $(EXTENSION)--5.0-1--5.0-2.sql
cat $^ > $@
NO_PGXS = 1