summaryrefslogtreecommitdiffstats
path: root/Grammar
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-12-28 19:39:13 (GMT)
committerGuido van Rossum <guido@python.org>1993-12-28 19:39:13 (GMT)
commit6d5ebe24ee36e97af834ac0d5dc903ef801e89a1 (patch)
tree09ddafed68ea3e815c9ec5a0ef858b1488e293df /Grammar
parent6085e32a753a01e1ea0db54517a02e0fe4c1a76e (diff)
downloadcpython-6d5ebe24ee36e97af834ac0d5dc903ef801e89a1.zip
cpython-6d5ebe24ee36e97af834ac0d5dc903ef801e89a1.tar.gz
cpython-6d5ebe24ee36e97af834ac0d5dc903ef801e89a1.tar.bz2
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 f3f4e05..fe9eaa8 100644
--- a/Grammar/Makefile
+++ b/Grammar/Makefile
@@ -8,6 +8,8 @@ all: install
install: $(DESTH) $(DESTC)
+depend:
+
$(DESTH): graminit.h
cp graminit.h $(DESTH)