]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added (dummy) depend target
authorGuido van Rossum <guido@python.org>
Tue, 28 Dec 1993 19:39:13 +0000 (19:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Dec 1993 19:39:13 +0000 (19:39 +0000)
Grammar/Makefile

index f3f4e055d17b0740e930a969a7fa72a58874c6cd..fe9eaa8bafdad67f48993c0c715bff1729a634b1 100644 (file)
@@ -8,6 +8,8 @@ all:            install
 
 install:       $(DESTH) $(DESTC)
 
+depend:
+
 $(DESTH):      graminit.h
                cp graminit.h $(DESTH)