Skip to content

Commit c21e449

Browse files
author
Ognjen Sobajic
committed
Correcting two makefiles: include dependencies in .d files which have been generated in the previous compilation.
1 parent ccefdf6 commit c21e449

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Release/tests/Functional/http/utilities/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ OUTPUT_DIR?=./$(MODE)
66

77
FILENAME = $(OUTPUT_DIR)/libhttptest_utilities
88

9+
-include $(FILENAME).d
10+
911
$(FILENAME).so: \
1012
http_asserts.cpp \
1113
test_http_client.cpp \

Release/tests/Functional/json/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ OUTPUT_DIR?=./$(MODE)
66

77
FILENAME = $(OUTPUT_DIR)/json_test
88

9+
-include $(FILENAME).d
10+
911
$(FILENAME).so: \
1012
construction_tests.cpp \
1113
negative_parsing_tests.cpp \

0 commit comments

Comments
 (0)