Skip to content

Commit

Permalink
Remove full path of pg_config in Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
darold committed Jan 30, 2024
1 parent 975632a commit 981348c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ TESTS = 01_username 02_password 03_rename 04_alter_pwd \

REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))

PG_CONFIG = /usr/lib/postgresql/15/bin/pg_config
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

0 comments on commit 981348c

Please sign in to comment.