[1201] in Kerberos-V5-bugs
krb5b4pl3: lib/crypto/des/Makefile.in: make "make all" work without "make depend"
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Sun Mar 19 20:44:47 1995
From: "Jonathan I. Kamens" <jik@cam.ov.com>
Date: Sun, 19 Mar 1995 20:48:00 -0500
To: krb5-bugs@MIT.EDU
It should be possible to do "make all" in lib/crypto/des without first
doing "make depend". Here's a patch:
--- lib/crypto/des/Makefile.in 1995/02/27 01:19:54 1.1
+++ lib/crypto/des/Makefile.in 1995/02/27 01:20:00
@@ -45,7 +45,7 @@
includes:: depend
-all::
+all:: $(SRCS)
depend:: $(SRCS)
clean::