Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2a8f9 commit 6827fd8Copy full SHA for 6827fd8
1 file changed
Makefile.pre.in
@@ -790,10 +790,10 @@ $(IO_OBJS): $(IO_H)
790
791
$(GRAMMAR_H): $(GRAMMAR_INPUT) $(PGEN)
792
@$(MKDIR_P) Include
793
+ # Avoid copying the file onto itself for an in-tree build
794
if test "$(cross_compiling)" != "yes"; then \
795
$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C); \
796
else \
- # Avoid copying the file onto itself for an in-tree build \
797
cp $(srcdir)/Include/graminit.h $(GRAMMAR_H).tmp; \
798
mv $(GRAMMAR_H).tmp $(GRAMMAR_H); \
799
fi
0 commit comments