summaryrefslogtreecommitdiff
path: root/Grammar
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-12-26 18:15:49 +0000
committerGuido van Rossum <guido@python.org>1993-12-26 18:15:49 +0000
commitee1a13ab6c4899f383d5f84e32ff17b093575c4c (patch)
treec4f5922d1f35c5096c32f19f8f82b1e4ab2c1926 /Grammar
parentd789b5a6d654583fe02d959b141e559f9d2ecf02 (diff)
downloadcpython-ee1a13ab6c4899f383d5f84e32ff17b093575c4c.tar.gz
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 a48bbdbe30..f3f4e055d1 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