Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6827fd8

Browse files
committed
Issue #27229: Comment in middle of shell command fails on BSD and OS X
1 parent 9c2a8f9 commit 6827fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,10 @@ $(IO_OBJS): $(IO_H)
790790

791791
$(GRAMMAR_H): $(GRAMMAR_INPUT) $(PGEN)
792792
@$(MKDIR_P) Include
793+
# Avoid copying the file onto itself for an in-tree build
793794
if test "$(cross_compiling)" != "yes"; then \
794795
$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C); \
795796
else \
796-
# Avoid copying the file onto itself for an in-tree build \
797797
cp $(srcdir)/Include/graminit.h $(GRAMMAR_H).tmp; \
798798
mv $(GRAMMAR_H).tmp $(GRAMMAR_H); \
799799
fi

0 commit comments

Comments
 (0)