Skip to content

Commit

Permalink
wildcard the SQL install files
Browse files Browse the repository at this point in the history
  • Loading branch information
pramsey committed Feb 25, 2022
1 parent 455ee64 commit 62f4733
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ MODULE_big = http
OBJS = http.o
EXTENSION = http

DATA = \
http--1.4.sql \
http--1.3--1.4.sql \
http--1.2--1.3.sql \
http--1.1--1.2.sql \
http--1.0--1.1.sql
DATA = $(wildcard *.sql)

REGRESS = http
EXTRA_CLEAN =
Expand All @@ -21,7 +16,7 @@ LIBS += $(shell $(CURL_CONFIG) --libs)
SHLIB_LINK := $(LIBS)

ifdef DEBUG
COPT += -O0 -Werror
COPT += -O0 -Werror -g
endif

PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down

0 comments on commit 62f4733

Please sign in to comment.