Skip to content

Commit 1107aa4

Browse files
committed
PG-1879 Remove unnecessary quotes in Makefile
1 parent 4c4e3d0 commit 1107aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_tde/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ SHLIB_LINK = -lcurl -lcrypto -lssl
8787
LDFLAGS_EX = -L$(top_builddir)/src/fe_utils
8888
PG_LIBS = -lcurl -lcrypto -lssl -lpgfeutils
8989

90-
$(KMIP_OBJS): CFLAGS += '-w' # This is a 3rd party, disable warnings completely
90+
$(KMIP_OBJS): CFLAGS += -w # This is a 3rd party, disable warnings completely
9191

9292
src/bin/pg_tde_change_key_provider: src/bin/pg_tde_change_key_provider.o $(top_builddir)/src/libtde/libtde.a | submake-libpgfeutils
9393
$(CC) $(CFLAGS) $^ $(PG_LIBS_INTERNAL) $(LDFLAGS) $(LDFLAGS_EX) $(PG_LIBS) $(LIBS) -o $@$(X)

0 commit comments

Comments
 (0)