- in NMAKE, the .cc.o line is not allowed to depend on anything.

I had added this in an attempt to get the compile dependencies right,
  but I think it didn't work anyway.
This commit is contained in:
Bryce Denney 2001-06-22 13:20:29 +00:00
parent 6c439676f1
commit 071bcf34c9
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ BX_GUI_OBJS = $(GUI_OBJS)
BX_INCLUDES = ../iodev/iodev.h control.h siminterface.h
.@CPP_SUFFIX@.o: $(BX_INCLUDES)
.@CPP_SUFFIX@.o:
$(CXX) @DASH@c $(CXXFLAGS) $(LOCAL_CXXFLAGS) $(BX_INCDIRS) @CXXFP@$< @OFP@$@