diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-06-07 22:22:15 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-06-07 22:22:15 +0000 |
| commit | e56eabaaaa21807da01334ac5d9afa7c6bd39ac8 (patch) | |
| tree | fafe1e4f658f48ed34dd27b6e69b20bbb1fd52ac /src/lib | |
| parent | 963752df3097d2d4c487c1799aebd721f39aa1cd (diff) | |
| download | krb5-e56eabaaaa21807da01334ac5d9afa7c6bd39ac8.tar.gz krb5-e56eabaaaa21807da01334ac5d9afa7c6bd39ac8.tar.xz krb5-e56eabaaaa21807da01334ac5d9afa7c6bd39ac8.zip | |
Use full directory name "error_tables" when building under Windows so
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
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/krb5/Makefile.in | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog index aa408ef16..0c5fd2611 100644 --- a/src/lib/krb5/ChangeLog +++ b/src/lib/krb5/ChangeLog @@ -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 diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in index 74ffe8951..964617dea 100644 --- a/src/lib/krb5/Makefile.in +++ b/src/lib/krb5/Makefile.in @@ -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 |
