From dde8e9ee820adc9fa9ac09179f478a6860944635 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 25 Sep 1995 20:45:20 +0000 Subject: Removed "foo:: foo-$(WHAT)" lines from the Makefile git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6855 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/ChangeLog | 5 +++++ src/include/Makefile.in | 4 ---- src/include/krb5/ChangeLog | 5 +++++ src/include/krb5/Makefile.in | 4 +--- 4 files changed, 11 insertions(+), 7 deletions(-) (limited to 'src/include') diff --git a/src/include/ChangeLog b/src/include/ChangeLog index a0f409b95..20a7868cf 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 25 16:39:21 1995 Theodore Y. Ts'o + + * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the + Makefile. + Sat Sep 23 01:37:19 1995 Theodore Y. Ts'o * krb5.hin: Added preauth numbers for KRB5_CYBERSAFE_SECUREID and diff --git a/src/include/Makefile.in b/src/include/Makefile.in index fd4252515..73bf34524 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -1,8 +1,6 @@ ##DOSBUILDTOP = .. ##DOS!include $(BUILDTOP)\config\windows.in -all:: all-$(WHAT) - all-unix:: krb5.h adm_err.h all-mac:: @@ -53,8 +51,6 @@ kv5m_err.h: $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et $(AWK) -f $(SRCTOP)/util/et/et_h.awk outfile=$*.h \ $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et -clean:: clean-$(WHAT) - clean-unix:: $(RM) krb5.h krb5_err.h kdb5_err.h kv5m_err.h asn1_err.h adm_err.h diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index ca9b6fa7b..b99dbfb39 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 25 16:39:36 1995 Theodore Y. Ts'o + + * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the + Makefile. + Thu Sep 20 12:00:00 1995 James Mattly * macsock.h: Changes to support TCP streams and change password. diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index 4cfe96e33..10ddcd0d7 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -10,8 +10,6 @@ KRB5_HEADERS = adm.h adm_proto.h kdb.h kdb_dbm.h winsock.h ET_HEADERS = adm_err.h asn1_err.h kdb5_err.h krb5_err.h BUILT_HEADERS = osconf.h -all:: all-$(WHAT) - all-unix:: autoconf.h $(BUILT_HEADERS) all-mac:: autoconf.h $(BUILT_HEADERS) all-windows: @@ -36,7 +34,7 @@ osconf.h: $(OSCONFSRC) @if cmp -s osconf.new osconf.h ; then :; \ else (set -x; $(RM) osconf.h ; $(CP) osconf.new osconf.h; $(RM) osconf.new) fi -clean:: clean-$(WHAT) +clean:: $(RM) osconf.new $(BUILT_HEADERS) clean-unix:: -- cgit