From: Neal Norwitz Date: Fri, 12 Oct 2007 03:01:01 +0000 (+0000) Subject: Get rid of warning about not being able to create an existing directory. X-Git-Tag: v2.6a1~1199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e77d1031b0928b802628ff61f39d61e15ac6a7f2;p=python Get rid of warning about not being able to create an existing directory. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 0972411447..7dfa73820b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -475,7 +475,7 @@ Modules/python.o: $(srcdir)/Modules/python.c $(GRAMMAR_H) $(GRAMMAR_C): $(PGEN) $(GRAMMAR_INPUT) - -@ mkdir Include + -@$(INSTALL) -d Include -$(PGEN) $(GRAMMAR_INPUT) $(GRAMMAR_H) $(GRAMMAR_C) $(PGEN): $(PGENOBJS)