From 1dfec14f833f284c85a661166e237006dd1d773e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 26 Dec 1993 18:15:49 +0000 Subject: [PATCH] Py -> Include --- Grammar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Grammar/Makefile b/Grammar/Makefile index a48bbdbe3059..f3f4e055d17b 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 -- 2.47.3