From 1dfec14f833f284c85a661166e237006dd1d773e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sun, 26 Dec 1993 18:15:49 +0000 Subject: Py -> Include --- Grammar/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12