Skip to content

Commit

Permalink
Correcting two makefiles: include dependencies in .d files which have…
Browse files Browse the repository at this point in the history
… been generated in the previous compilation.
  • Loading branch information
Ognjen Sobajic committed Oct 25, 2013
1 parent ccefdf6 commit c21e449
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Release/tests/Functional/http/utilities/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ OUTPUT_DIR?=./$(MODE)

FILENAME = $(OUTPUT_DIR)/libhttptest_utilities

-include $(FILENAME).d

$(FILENAME).so: \
http_asserts.cpp \
test_http_client.cpp \
Expand Down
2 changes: 2 additions & 0 deletions Release/tests/Functional/json/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ OUTPUT_DIR?=./$(MODE)

FILENAME = $(OUTPUT_DIR)/json_test

-include $(FILENAME).d

$(FILENAME).so: \
construction_tests.cpp \
negative_parsing_tests.cpp \
Expand Down

0 comments on commit c21e449

Please sign in to comment.