diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-10-07 02:19:19 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-10-07 02:19:19 +0000 |
| commit | 7999d002f339b1c5f5d2fb1ae3446a3883099c6e (patch) | |
| tree | 1a38a026d2a9e2fd2a679739856b6927a72feb71 /src/lib/gssapi | |
| parent | e9c3f6f01a312c577a2265073c37c84a3454dfe9 (diff) | |
| download | krb5-7999d002f339b1c5f5d2fb1ae3446a3883099c6e.tar.gz krb5-7999d002f339b1c5f5d2fb1ae3446a3883099c6e.tar.xz krb5-7999d002f339b1c5f5d2fb1ae3446a3883099c6e.zip | |
Remove ##DOS!include of config/windows.in. config/windows.in is now
included by wconfig.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6944 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/gssapi')
| -rw-r--r-- | src/lib/gssapi/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/gssapi/Makefile.in | 1 | ||||
| -rw-r--r-- | src/lib/gssapi/generic/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/gssapi/generic/Makefile.in | 2 | ||||
| -rw-r--r-- | src/lib/gssapi/krb5/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/gssapi/krb5/Makefile.in | 2 |
6 files changed, 15 insertions, 5 deletions
diff --git a/src/lib/gssapi/ChangeLog b/src/lib/gssapi/ChangeLog index fc39418706..8ef52fc65d 100644 --- a/src/lib/gssapi/ChangeLog +++ b/src/lib/gssapi/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 6 22:02:48 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in: Remove ##DOS!include of config/windows.in. + config/windows.in is now included by wconfig. + Mon Sep 25 16:52:41 1995 Theodore Y. Ts'o <tytso@dcl> * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the diff --git a/src/lib/gssapi/Makefile.in b/src/lib/gssapi/Makefile.in index 7d7debdc57..701f76df7b 100644 --- a/src/lib/gssapi/Makefile.in +++ b/src/lib/gssapi/Makefile.in @@ -1,7 +1,6 @@ TST=if test -n "`cat DONE`" ; then ##DOSBUILDTOP = ..\.. -##DOS!include $(BUILDTOP)\config\windows.in all-unix:: diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog index 984c59f7d4..519809df0a 100644 --- a/src/lib/gssapi/generic/ChangeLog +++ b/src/lib/gssapi/generic/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 6 22:01:57 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in: Remove ##DOS!include of config/windows.in. + config/windows.in is now included by wconfig. + Fri Sep 29 02:02:35 1995 Theodore Y. Ts'o <tytso@dcl> * gssapi.h: For MS-DOS, use the brute force method of defining the diff --git a/src/lib/gssapi/generic/Makefile.in b/src/lib/gssapi/generic/Makefile.in index 9beb8ee7e6..2674873af4 100644 --- a/src/lib/gssapi/generic/Makefile.in +++ b/src/lib/gssapi/generic/Makefile.in @@ -2,8 +2,6 @@ CFLAGS = $(CCOPTS) $(DEFS) -I. -I$(srcdir) -DUSE_AUTOCONF_H ##DOSBUILDTOP = ..\..\.. ##DOSLIBNAME=..\gssapi.$(LIBEXT) -##DOSsrcdir = . -##DOS!include $(BUILDTOP)\config\windows.in all:: $(OBJS) diff --git a/src/lib/gssapi/krb5/ChangeLog b/src/lib/gssapi/krb5/ChangeLog index 1a277eb17d..76050895b0 100644 --- a/src/lib/gssapi/krb5/ChangeLog +++ b/src/lib/gssapi/krb5/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 6 22:02:24 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in: Remove ##DOS!include of config/windows.in. + config/windows.in is now included by wconfig. + Mon Sep 25 16:52:49 1995 Theodore Y. Ts'o <tytso@dcl> * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the diff --git a/src/lib/gssapi/krb5/Makefile.in b/src/lib/gssapi/krb5/Makefile.in index 9c6003f449..1f95186c8e 100644 --- a/src/lib/gssapi/krb5/Makefile.in +++ b/src/lib/gssapi/krb5/Makefile.in @@ -2,8 +2,6 @@ CFLAGS = $(CCOPTS) $(DEFS) -I. -I$(srcdir) -I../generic -I$(srcdir)/../generic - ##DOSBUILDTOP = ..\..\.. ##DOSLIBNAME=..\gssapi.$(LIBEXT) -##DOSsrcdir = . -##DOS!include $(BUILDTOP)\config\windows.in all:: $(OBJS) |
