updates makefiles to include dependency on config.h
[xboard.git] / winboard / makefile.ms
index 10c95fd..fecc5f7 100644 (file)
@@ -84,7 +84,7 @@ $(PROJ).hlp : $(PROJ).rtf
 \r
 \r
 # Update the resource if necessary\r
-$(PROJ).res: $(PROJ).rc $(PROJ).h resource.h\r
+$(PROJ).res: $(PROJ).rc $(PROJ).h resource.h config.h\r
     $(RC) $(CF) -r -fo $(PROJ).res $(PROJ).rc\r
 \r
 parser.c: ../parser.l\r