summaryrefslogtreecommitdiffstats
path: root/tmake/lib/win32-borland/generic.t
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/lib/win32-borland/generic.t')
-rw-r--r--tmake/lib/win32-borland/generic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/win32-borland/generic.t b/tmake/lib/win32-borland/generic.t
index 0cf8711..aa7f53b 100644
--- a/tmake/lib/win32-borland/generic.t
+++ b/tmake/lib/win32-borland/generic.t
@@ -192,7 +192,7 @@ TARGET = #$ ExpandGlue("TARGET",$project{"DESTDIR"},"",$project{"TARGET_EXT"});
all: #$ ExpandGlue("ALL_DEPS",""," "," "); $text .= '$(TARGET)';
-$(TARGET): $(OBJECTS) $(OBJMOC) #$ Expand("TARGETDEPS");
+$(TARGET): $(HEADERS) $(OBJECTS) $(OBJMOC) #$ Expand("TARGETDEPS");
#$ Project("TMAKE_APP_OR_DLL") || DisableOutput();
$(LINK) @&&|
$(LFLAGS) $(OBJECTS) $(OBJMOC), $(TARGET),,$(LIBS)