From 963752df3097d2d4c487c1799aebd721f39aa1cd Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 7 Jun 1996 22:21:40 +0000 Subject: [PATCH] Use full directory name "error_tables" when building under Windows so that the build will work correctly under VFAT and NTFS filesystems. Build the "makefile" file so that it includes config/win-post.in. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8277 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 8 ++++++++ src/Makefile.in | 8 ++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index a3390877b..244cb5214 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +Fri Jun 7 17:39:45 1996 Theodore Y. Ts'o + + * Makefile.in (makefile-windows): Use full directory + name "error_tables" when building under Windows so that + the build will work correctly under VFAT and NTFS + filesystems. Build the "makefile" file so that it + includes config/win-post.in. + Thu Jun 6 00:04:38 1996 Theodore Y. Ts'o * Makefile.in (all-windows): Don't pass $(LIBCMD) on the command diff --git a/src/Makefile.in b/src/Makefile.in index 160598605..e33085bdc 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -121,13 +121,13 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ lib\krb5\asn.1\makefile.in lib\krb5\ccache\makefile.in \ lib\krb5\ccache\file\makefile.in \ lib\krb5\ccache\stdio\makefile.in \ - lib\krb5\error_ta\makefile.in \ + lib\krb5\error_tables\makefile.in \ lib\krb5\free\makefile.in lib\krb5\keytab\makefile.in \ lib\krb5\keytab\file\makefile.in lib\krb5\krb\makefile.in \ lib\krb5\os\makefile.in lib\krb5\posix\makefile.in \ lib\krb5\rcache\makefile.in \ util\et\makefile.in util\profile\makefile.in - type makefile.in >makefile + .\wconfig config makefile .\wconfig config include\makefile .\wconfig config include\krb5\makefile .\wconfig config lib\makefile @@ -149,7 +149,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ .\wconfig config lib\krb5\ccache\makefile .\wconfig config lib\krb5\ccache\file\makefile .\wconfig config lib\krb5\ccache\stdio\makefile - .\wconfig config lib\krb5\error_ta\makefile + .\wconfig config lib\krb5\error_tables\makefile .\wconfig config lib\krb5\free\makefile .\wconfig config lib\krb5\keytab\makefile .\wconfig config lib\krb5\keytab\file\makefile @@ -245,7 +245,7 @@ macfile.list: Makefile.sav: rm -f Makefile.sav mv Makefile Makefile.sav - cat config/windows.in Makefile.in > Makefile + cat config/windows.in Makefile.in config/win-post.in > Makefile kerbsrc.zip: Makefile.sav awk-windows-mac winfile.list rm -f kerbsrc.zip -- 2.26.2