summaryrefslogtreecommitdiffstats
path: root/tmake/lib/win32-watcom/generic.t
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/lib/win32-watcom/generic.t')
-rw-r--r--tmake/lib/win32-watcom/generic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/win32-watcom/generic.t b/tmake/lib/win32-watcom/generic.t
index 0cc47bb..883c794 100644
--- a/tmake/lib/win32-watcom/generic.t
+++ b/tmake/lib/win32-watcom/generic.t
@@ -157,7 +157,7 @@ TMPLIST = #$ ExpandGlue("TARGET","","",".lst");
all: #$ ExpandGlue("ALL_DEPS",""," "," "); $text .= '$(TARGET)';
-$(TARGET): $(OBJECTS) $(OBJMOC) #$ Expand("TARGETDEPS");
+$(TARGET): $(HEADERS) $(OBJECTS) $(OBJMOC) #$ Expand("TARGETDEPS");
@%create $(TMPLIST)
#$ Project("TMAKE_APP_OR_DLL") || DisableOutput();
@%append $(TMPLIST) NAME #$ Expand("TARGET");