diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-09-25 20:45:20 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-09-25 20:45:20 +0000 |
| commit | dde8e9ee820adc9fa9ac09179f478a6860944635 (patch) | |
| tree | 9b3301ed1a601f0c0fab26d0dfd1819602468260 /src/include | |
| parent | 2baf648b637daef9c1243511fa94887f071241c0 (diff) | |
| download | krb5-dde8e9ee820adc9fa9ac09179f478a6860944635.tar.gz krb5-dde8e9ee820adc9fa9ac09179f478a6860944635.tar.xz krb5-dde8e9ee820adc9fa9ac09179f478a6860944635.zip | |
Removed "foo:: foo-$(WHAT)" lines from the Makefile
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6855 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 5 | ||||
| -rw-r--r-- | src/include/Makefile.in | 4 | ||||
| -rw-r--r-- | src/include/krb5/ChangeLog | 5 | ||||
| -rw-r--r-- | src/include/krb5/Makefile.in | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index a0f409b95b..20a7868cf5 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 25 16:39:21 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the + Makefile. + Sat Sep 23 01:37:19 1995 Theodore Y. Ts'o <tytso@dcl> * krb5.hin: Added preauth numbers for KRB5_CYBERSAFE_SECUREID and diff --git a/src/include/Makefile.in b/src/include/Makefile.in index fd42525158..73bf345240 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 ca9b6fa7b3..b99dbfb394 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 <tytso@dcl> + + * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the + Makefile. + Thu Sep 20 12:00:00 1995 James Mattly <mattly@fusion.com> * 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 4cfe96e336..10ddcd0d7c 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:: |
