aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Korotkov <akorotkov@postgresql.org>2019-03-17 11:14:49 +0300
committerAlexander Korotkov <akorotkov@postgresql.org>2019-03-17 11:16:42 +0300
commitc183a07f279d1fba8ccea1baf7210e8fafbaa097 (patch)
tree21e6bc7307c96d969cfbf4c639e79550948c3e4e /src
parent142c400d72f77e7249306b80e0149f4fd35c6304 (diff)
downloadpostgresql-c183a07f279d1fba8ccea1baf7210e8fafbaa097.tar.gz
postgresql-c183a07f279d1fba8ccea1baf7210e8fafbaa097.zip
Remove some make rules added in 142c400d72
Because they fail build of jsonpath_scan.c.
Diffstat (limited to 'src')
-rw-r--r--src/backend/utils/adt/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/backend/utils/adt/Makefile b/src/backend/utils/adt/Makefile
index 60925f4e28f..07857543a57 100644
--- a/src/backend/utils/adt/Makefile
+++ b/src/backend/utils/adt/Makefile
@@ -43,8 +43,6 @@ jsonpath_gram.h: jsonpath_gram.c
jsonpath_gram.c: BISONFLAGS += -d
jsonpath_scan.c: FLEXFLAGS = -CF -p -p
-jsonpath_scan.c: FLEX_NO_BACKUP=yes
-jsonpath_scan.c: FLEX_FIX_WARNING=yes
# Force these dependencies to be known even without dependency info built: