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 685dafc commit 58c9f56Copy full SHA for 58c9f56
contrib/pathman/Makefile
@@ -9,9 +9,7 @@ DATA = pathman--0.1.sql
9
PGFILEDESC = "pathman - partitioning tool"
10
11
REGRESS = pathman
12
-
13
-$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
14
- cat $^ > $@
+EXTRA_CLEAN = $(EXTENSION)--$(EXTVERSION).sql
15
16
ifdef USE_PGXS
17
PG_CONFIG = pg_config
@@ -22,4 +20,7 @@ subdir = contrib/pathman
22
20
top_builddir = ../..
23
21
include $(top_builddir)/src/Makefile.global
24
include $(top_srcdir)/contrib/contrib-global.mk
25
-endif
+endif
+
+$(EXTENSION)--$(EXTVERSION).sql: sql/init.sql sql/hash.sql sql/range.sql
26
+ cat $^ > $@
0 commit comments