summaryrefslogtreecommitdiffstats
path: root/Grammar
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-12-26 18:15:49 (GMT)
committerGuido van Rossum <guido@python.org>1993-12-26 18:15:49 (GMT)
commit1dfec14f833f284c85a661166e237006dd1d773e (patch)
treef64c46f31ac4511af3cb2847ddd8ff852c8e062c /Grammar
parent0d2d397bc5d2dffa75c350b20d332023bd4a5b98 (diff)
downloadcpython-1dfec14f833f284c85a661166e237006dd1d773e.zip
cpython-1dfec14f833f284c85a661166e237006dd1d773e.tar.gz
cpython-1dfec14f833f284c85a661166e237006dd1d773e.tar.bz2
Py -> Include
Diffstat (limited to 'Grammar')
-rw-r--r--Grammar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Grammar/Makefile b/Grammar/Makefile
index a48bbdb..f3f4e05 100644
--- a/Grammar/Makefile
+++ b/Grammar/Makefile
@@ -1,7 +1,7 @@
TOP= ..
PGENDIR= $(TOP)/Parser
PGEN= $(PGENDIR)/pgen
-DESTH= $(TOP)/Py/graminit.h
+DESTH= $(TOP)/Include/graminit.h
DESTC= $(TOP)/Python/graminit.c
all: install