Fixes in dependencies jv
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 01 Nov 2011 13:04:27 +0000
branchjv
changeset 17894 126805b02b8e
parent 17893 694f26d2219c
child 17895 e7239192e628
Fixes in dependencies
bc.mak
--- a/bc.mak	Tue Nov 01 09:13:26 2011 +0000
+++ b/bc.mak	Tue Nov 01 13:04:27 2011 +0000
@@ -14,7 +14,7 @@
 #    bmake clobber - clean all
 #
 # Historic Note:
-#    this used to contain only rules to make with borland 
+#    this used to contain only rules to make with borland
 #    (called via bmake, by "make.exe -f bc.mak")
 #    this has changed; it is now also possible to build using microsoft visual c
 #    (called via vcmake, by "make.exe -f bc.mak -DUSEVC")
@@ -360,8 +360,6 @@
 $(OUTDIR)Win32FILEHandle.$(O) Win32FILEHandle.$(H): Win32FILEHandle.st $(STCHDR)
 $(OUTDIR)Win32Constants.$(O) Win32Constants.$(H): Win32Constants.st $(STCHDR)
 $(OUTDIR)Win32OperatingSystem.$(O) Win32OperatingSystem.$(H): Win32OperatingSystem.st $(STCHDR)
-$(OUTDIR)MiniLogger.$(O) MiniLogger.$(H): MiniLogger.st $(INCLUDE_TOP)\stx\libbasic\Object.$(H) $(STCHDR)
 
 
 # ENDMAKEDEPEND --- do not remove this line
-