File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,7 @@ __pycache__/
8
8
valgrindlog
9
9
nix /nginx /logs /nginx.pid
10
10
.history
11
+ * .o
12
+ * .bc
13
+ * .control
14
+ * .so
Original file line number Diff line number Diff line change @@ -10,15 +10,15 @@ REGRESS_OPTS = --use-existing --inputdir=test
10
10
MODULE_big = $(EXTENSION )
11
11
OBJS = src/worker.o src/util.o
12
12
13
- all : sql/$(EXTENSION ) --$(EXTVERSION ) .sql
13
+ all : sql/$(EXTENSION ) --$(EXTVERSION ) .sql $( EXTENSION ) .control
14
14
15
15
sql/$(EXTENSION ) --$(EXTVERSION ) .sql : sql/$(EXTENSION ) .sql
16
16
cp $< $@
17
17
18
- pg_net .control :
19
- sed " s/@PG_NET_VERSION@/$( EXTVERSION) /g" pg_net .control.in > pg_net .control
18
+ $( EXTENSION ) .control :
19
+ sed " s/@PG_NET_VERSION@/$( EXTVERSION) /g" $( EXTENSION ) .control.in > $( EXTENSION ) .control
20
20
21
- EXTRA_CLEAN = sql/$(EXTENSION ) --$(EXTVERSION ) .sql
21
+ EXTRA_CLEAN = sql/$(EXTENSION ) --$(EXTVERSION ) .sql $( EXTENSION ) .control
22
22
23
23
PG_CONFIG = pg_config
24
24
SHLIB_LINK = -lcurl
You can’t perform that action at this time.
0 commit comments