summaryrefslogtreecommitdiff
path: root/Grammar
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-12-28 19:39:13 +0000
committerGuido van Rossum <guido@python.org>1993-12-28 19:39:13 +0000
commit10bc4402a4a50bdf3a422778fd9a42b54499f853 (patch)
treecb96c609708d750c46c9ee94086c85103bf01518 /Grammar
parent9b9d14439de966db26ce68f3e6e1868dd000245a (diff)
downloadcpython-10bc4402a4a50bdf3a422778fd9a42b54499f853.tar.gz
Added (dummy) depend target
Diffstat (limited to 'Grammar')
-rw-r--r--Grammar/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Grammar/Makefile b/Grammar/Makefile
index f3f4e055d1..fe9eaa8baf 100644
--- a/Grammar/Makefile
+++ b/Grammar/Makefile
@@ -8,6 +8,8 @@ all: install
install: $(DESTH) $(DESTC)
+depend:
+
$(DESTH): graminit.h
cp graminit.h $(DESTH)