From b8722c8fb1e3d5f752d75e4d0740d04793577185 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 30 Sep 2016 14:26:24 +0200 Subject: [PATCH 1/2] Document that "Empty Recipe" is standard thing in GNU make --- src/backend/parser/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/parser/Makefile b/src/backend/parser/Makefile new file mode 100644 index fdd8485..92acc00 *** a/src/backend/parser/Makefile --- b/src/backend/parser/Makefile *************** endif *** 31,37 **** # shorthand for two otherwise separate rules. To be safe for parallel # make, we must chain the dependencies like this. The semicolon is # important, otherwise make will choose the built-in rule for ! # gram.y=>gram.c. gram.h: gram.c ; --- 31,37 ---- # shorthand for two otherwise separate rules. To be safe for parallel # make, we must chain the dependencies like this. The semicolon is # important, otherwise make will choose the built-in rule for ! # gram.y=>gram.c. Run `info make -n "Empty Recipes"` for more info. gram.h: gram.c ; -- 2.7.4