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
+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
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
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