summaryrefslogtreecommitdiffstats
path: root/tmake/lib/win32-symantec/generic.t
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/lib/win32-symantec/generic.t')
-rw-r--r--tmake/lib/win32-symantec/generic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/win32-symantec/generic.t b/tmake/lib/win32-symantec/generic.t
index 78e1d77..ab39654 100644
--- a/tmake/lib/win32-symantec/generic.t
+++ b/tmake/lib/win32-symantec/generic.t
@@ -169,7 +169,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)
#$ Project("TMAKE_APP_OR_DLL") || EnableOutput();