From: Guido van Rossum Date: Sun, 26 Dec 1993 18:15:49 +0000 (+0000) Subject: Py -> Include X-Git-Tag: v1.0.1~97 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1dfec14f833f284c85a661166e237006dd1d773e;p=thirdparty%2FPython%2Fcpython.git Py -> Include --- 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