From 7c90d61b0cee74710c248427fb7d44769c712873 Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Thu, 16 Mar 1995 05:43:56 +0000 Subject: [PATCH] Makefile now recurses into krb5 directory on the PC git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5131 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 3 +++ src/include/Makefile.in | 27 ++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 6846e7f2c..58572cf5e 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,6 @@ +Wed Mar 15 20:27:57 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: added recursion into krb5 for the PC. Fri Mar 10 10:18:50 1995 Chris Provenzano (proven@mit.edu) diff --git a/src/include/Makefile.in b/src/include/Makefile.in index b023ea93b..85a4cf425 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -1 +1,26 @@ -# nothing needed here +##DOSBUILDTOP = .. +##DOS!include $(BUILDTOP)\config\windows.in + +all:: all-$(WHAT) + +all-unix:: + +all-windows:: + copy $(BUILDTOP)\util\et\com_err.h . + cd krb5 + @echo Making in include\krb5 + -$(MAKE) -$(MFLAGS) LIBCMD=$(LIBCMD) + cd .. + +clean:: clean-$(WHAT) + +clean-unix:: + +clean-windows:: + $(RM) com_err.h + cd krb5 + @echo Making clean in include\krb5 + -$(MAKE) -$(MFLAGS) clean + cd .. + @echo Making clean locally + -- 2.26.2