Use full directory name "error_tables" when building under Windows so
authorTheodore Tso <tytso@mit.edu>
Fri, 7 Jun 1996 22:22:15 +0000 (22:22 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 7 Jun 1996 22:22:15 +0000 (22:22 +0000)
that the build will work correctly under VFAT and NTFS filesystems.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8278 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ChangeLog
src/lib/krb5/Makefile.in

index aa408ef1685f970f5dfbe8dfaba7b813cdb7ffdb..0c5fd26115166f46a260f49135c567433bb63199 100644 (file)
@@ -1,3 +1,9 @@
+Fri Jun  7 17:38:09 1996  Theodore Y. Ts'o  <tytso@mit.edu>
+
+       * Makefile.in (all-windows, clean-windows): Use full directory
+               name "error_tables" when building under Windows so that
+               the build will work correctly under VFAT and NTFS filesystems.
+
 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 74ffe89515590e9e9bf7e5aeb72a75b35b71656f..964617deaea10c492925c48fa718a89669e6f081 100644 (file)
@@ -53,8 +53,8 @@ all-windows::
        cd ..\CCACHE
        @echo Making in lib\ccache
        -$(MAKE) -$(MFLAGS)
-       cd ..\ERROR_TA
-       @echo Making in lib\error_ta
+       cd ..\error_tables
+       @echo Making in lib\error_tables
        -$(MAKE) -$(MFLAGS)
        cd ..\FREE
        @echo Making in lib\free
@@ -83,8 +83,8 @@ clean-windows::
        cd ..\CCACHE
        @echo Making clean in lib\ccache
        -$(MAKE) -$(MFLAGS) clean
-       cd ..\ERROR_TA
-       @echo Making clean in lib\error_ta
+       cd ..\error_tables
+       @echo Making clean in lib\error_tables
        -$(MAKE) -$(MFLAGS) clean
        cd ..\FREE
        @echo Making clean in lib\free