Skip to content

Commit c183a07

Browse files
committed
Remove some make rules added in 142c400
Because they fail build of jsonpath_scan.c.
1 parent 142c400 commit c183a07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/utils/adt/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jsonpath_gram.h: jsonpath_gram.c
4343
jsonpath_gram.c: BISONFLAGS += -d
4444

4545
jsonpath_scan.c: FLEXFLAGS = -CF -p -p
46-
jsonpath_scan.c: FLEX_NO_BACKUP=yes
47-
jsonpath_scan.c: FLEX_FIX_WARNING=yes
4846

4947

5048
# Force these dependencies to be known even without dependency info built:

0 commit comments

Comments
 (0)