summaryrefslogtreecommitdiffstats
path: root/tmake/lib/win32-visage/generic.t
diff options
context:
space:
mode:
Diffstat (limited to 'tmake/lib/win32-visage/generic.t')
-rw-r--r--tmake/lib/win32-visage/generic.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/win32-visage/generic.t b/tmake/lib/win32-visage/generic.t
index aeec8db..b5b1fb6 100644
--- a/tmake/lib/win32-visage/generic.t
+++ b/tmake/lib/win32-visage/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();
$(TARGET): $(OBJECTS) $(LIBS) #$ Expand("TARGETDEPS");
$(LINK) -B"$(LFLAGS)" $(OBJECTS) $(LIBS) -Fe$(TARGET)