mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Added LIB_DIR and OBJECT_DIR as deps for S_OBJECT_FILES
This commit is contained in:
parent
2fc373360c
commit
e7ccc77c1e
@ -371,6 +371,8 @@ S_OBJECT_FILES = \$(OBJECT_DIR)/S_source.o \\
|
||||
\$(OBJECT_DIR)/io_S_source.o \\
|
||||
\$(OBJECT_DIR)/class_map.o \\
|
||||
\$(OBJECT_DIR)/enum_map.o
|
||||
|
||||
\$(S_OBJECT_FILES) : | \$(LIB_DIR) \$(OBJECT_DIR)
|
||||
\n" ;
|
||||
|
||||
# print some comments for all of the directories used
|
||||
|
Loading…
Reference in New Issue
Block a user