File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
13
13
14
14
DATA = rum--1.0.sql
15
15
DATA_updates = rum--1.0--1.1.sql rum--1.1--1.2.sql
16
- SQL_built = rum--$(EXTVERSION ) .sql $(DATA_updates )
16
+ DATA_built = rum--$(EXTVERSION ) .sql $(DATA_updates )
17
17
18
18
INCLUDES = rum.h rumsort.h
19
19
RELATIVE_INCLUDES = $(addprefix src/, $(INCLUDES ) )
47
47
wal-check : temp-install
48
48
$(prove_check )
49
49
50
- all : $( SQL_built )
50
+ all : rum-- $( EXTVERSION ) .sql
51
51
52
52
# 9.6 requires 1.2 file but 10.0 could live with update files
53
53
rum--$(EXTVERSION ) .sql : $(DATA ) $(DATA_updates )
@@ -62,13 +62,11 @@ install: installincludes
62
62
installincludes :
63
63
$(INSTALL ) -d ' $(DESTDIR)$(includedir_server)/'
64
64
$(INSTALL_DATA ) $(addprefix $(srcdir ) /, $(RELATIVE_INCLUDES ) ) ' $(DESTDIR)$(includedir_server)/'
65
- $(INSTALL_DATA ) $(SQL_built ) ' $(DESTDIR)$(datadir)/$(datamoduledir)/'
66
65
67
66
uninstall : uninstallincludes
68
67
69
68
uninstallincludes :
70
69
rm -f $(addprefix '$(DESTDIR )$(includedir_server ) /', $(INCLUDES ) )
71
- rm -f $(addprefix '$(DESTDIR )$(datadir ) /$(datamoduledir ) '/, $(notdir $(SQL_built ) ) )
72
70
73
71
ISOLATIONCHECKS = predicate-rum predicate-rum-2
74
72
You can’t perform that action at this time.
0 commit comments