Skip to content

Commit

Permalink
Makefile: fix build order bug
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
  • Loading branch information
tycho committed May 20, 2010
1 parent 8f0e277 commit eee2e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Makefile
Expand Up @@ -506,8 +506,8 @@ ifdef NO_INLINE_DEPGEN
$(OBJECTS): $(OBJECTS:%.o=%.d)
endif

$(OBJECTS:%.o=%.d): | $(CONTRIB_LIBS)
$(OBJECTS:%.o=%.cpp) app/version.cpp: | $(CONTRIB_LIBS)
$(OBJECTS:%.o=%.d) App/version.o : | $(CONTRIB_LIBS)
$(OBJECTS:%.o=%.cpp) App/version.cpp: | $(CONTRIB_LIBS)

%.d: %.cpp .cflags $(GENERATED_FILES)
$(QUIET_DEPEND)$(CXX) -MM $(ALL_CFLAGS) -MT $*.o $< > $*.d
Expand Down

0 comments on commit eee2e83

Please sign in to comment.