Use full directory name "error_tables" when building under Windows so
authorTheodore Tso <tytso@mit.edu>
Fri, 7 Jun 1996 22:21:40 +0000 (22:21 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 7 Jun 1996 22:21:40 +0000 (22:21 +0000)
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
src/Makefile.in

index a3390877b3efeb002d15082245bea06be999bc23..244cb521491fee8392c43c4283c761a70abaa38c 100644 (file)
@@ -1,3 +1,11 @@
+Fri Jun  7 17:39:45 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * 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  <tytso@mit.edu>
 
        * Makefile.in (all-windows): Don't pass $(LIBCMD) on the command
index 1605986050571cd5b52ad126524a843fc2afd3f2..e33085bdc2589e2af7cfd27b66e4ebe61072ac9d 100644 (file)
@@ -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.in >makefile
        .\wconfig config <include\makefile.in >include\makefile
        .\wconfig config <include\krb5\makefile.in >include\krb5\makefile
        .\wconfig config <lib\makefile.in >lib\makefile
@@ -149,7 +149,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \
        .\wconfig config <lib\krb5\ccache\makefile.in >lib\krb5\ccache\makefile
        .\wconfig config <lib\krb5\ccache\file\makefile.in >lib\krb5\ccache\file\makefile
        .\wconfig config <lib\krb5\ccache\stdio\makefile.in >lib\krb5\ccache\stdio\makefile
-       .\wconfig config <lib\krb5\error_ta\makefile.in >lib\krb5\error_ta\makefile
+       .\wconfig config <lib\krb5\error_tales\makefile.in >lib\krb5\error_tables\makefile
        .\wconfig config <lib\krb5\free\makefile.in >lib\krb5\free\makefile
        .\wconfig config <lib\krb5\keytab\makefile.in >lib\krb5\keytab\makefile
        .\wconfig config <lib\krb5\keytab\file\makefile.in >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