summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-10-12 03:01:01 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-10-12 03:01:01 (GMT)
commite77d1031b0928b802628ff61f39d61e15ac6a7f2 (patch)
treeb0eae822756a716824824820fb6f4d499ede30ee /Makefile.pre.in
parent7fee6dd2a37461d7779087ff754898d19180617b (diff)
downloadcpython-e77d1031b0928b802628ff61f39d61e15ac6a7f2.zip
cpython-e77d1031b0928b802628ff61f39d61e15ac6a7f2.tar.gz
cpython-e77d1031b0928b802628ff61f39d61e15ac6a7f2.tar.bz2
Get rid of warning about not being able to create an existing directory.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 0972411..7dfa738 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)