Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 99ebca1

Browse files
committed
Revert commit ba61d64 for Makefile
1 parent ba61d64 commit 99ebca1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Makefile

+2-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
1313

1414
DATA = rum--1.0.sql
1515
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)
1717

1818
INCLUDES = rum.h rumsort.h
1919
RELATIVE_INCLUDES = $(addprefix src/, $(INCLUDES))
@@ -47,7 +47,7 @@ endif
4747
wal-check: temp-install
4848
$(prove_check)
4949

50-
all: $(SQL_built)
50+
all: rum--$(EXTVERSION).sql
5151

5252
#9.6 requires 1.2 file but 10.0 could live with update files
5353
rum--$(EXTVERSION).sql: $(DATA) $(DATA_updates)
@@ -62,13 +62,11 @@ install: installincludes
6262
installincludes:
6363
$(INSTALL) -d '$(DESTDIR)$(includedir_server)/'
6464
$(INSTALL_DATA) $(addprefix $(srcdir)/, $(RELATIVE_INCLUDES)) '$(DESTDIR)$(includedir_server)/'
65-
$(INSTALL_DATA) $(SQL_built) '$(DESTDIR)$(datadir)/$(datamoduledir)/'
6665

6766
uninstall: uninstallincludes
6867

6968
uninstallincludes:
7069
rm -f $(addprefix '$(DESTDIR)$(includedir_server)/', $(INCLUDES))
71-
rm -f $(addprefix '$(DESTDIR)$(datadir)/$(datamoduledir)'/, $(notdir $(SQL_built)))
7270

7371
ISOLATIONCHECKS= predicate-rum predicate-rum-2
7472

0 commit comments

Comments
 (0)