diff options
Diffstat (limited to 'tmake/lib/unix')
-rw-r--r-- | tmake/lib/unix/generic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmake/lib/unix/generic.t b/tmake/lib/unix/generic.t index 04f7b97..2852b36 100644 --- a/tmake/lib/unix/generic.t +++ b/tmake/lib/unix/generic.t @@ -213,7 +213,7 @@ TARGET1 = #$ Expand("TARGET_x"); #$ Project("TMAKE_APP_FLAG") || DisableOutput(); all: #$ ExpandGlue("ALL_DEPS",""," "," "); $text .= '$(TARGET)'; -$(TARGET): $(OBJECTS) $(OBJMOC) #$ Expand("TARGETDEPS"); +$(TARGET): $(HEADERS) $(OBJECTS) $(OBJMOC) #$ Expand("TARGETDEPS"); $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) #$ Project("TMAKE_APP_FLAG") || EnableOutput(); #$ (Config("staticlib") || Project("TMAKE_APP_FLAG")) && DisableOutput(); |