We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27950c5 commit dcfa350Copy full SHA for dcfa350
Makefile
@@ -12,7 +12,7 @@ REGRESS = aqo_disabled aqo_controlled aqo_intelligent aqo_forced aqo_learn
12
EXTRA_REGRESS_OPTS=--temp-config=$(top_srcdir)/$(subdir)/conf.add
13
14
DATA = aqo--1.0.sql aqo--1.0--1.1.sql
15
-DATA_built = aqo--$(EXTVERSION).sql
+DATA_built = aqo--1.1.sql
16
17
MODULE_big = aqo
18
ifdef USE_PGXS
@@ -28,4 +28,4 @@ endif
28
29
30
$(DATA_built): $(DATA)
31
- cat $(DATA) > $(DATA_built)
+ cat $+ > $@
0 commit comments