mirror of
https://github.com/nasa/trick.git
synced 2025-03-22 12:05:20 +00:00
Hole in makefile dependency list allows python files to be compiled before directory exists
Added a rule that lists the destination library directory as a dependency for all of the linked python compiled files. refs #164
This commit is contained in:
parent
7fd79f9d56
commit
e6ddb253fa
@ -381,6 +381,7 @@ SWIG_SRC_FILES = \$(addprefix $swig_src_dir/,\$(notdir \$(subst .o,.cpp,\$(ALL_S
|
||||
|
||||
\$(S_MAIN) : \$(OBJECT_DIR)/py_top.o \$(OBJECT_DIR)/init_swig_modules.o \$(OBJECT_DIR)/py_S_source.o\n
|
||||
\$(LIB_DIR)/lib_${sim_dir_name}.a : \$(SWIG_MODULE_OBJECTS)
|
||||
\$(SWIG_MODULE_OBJECTS) : \$(LIB_DIR)
|
||||
#\$(LIB_DIR)/lib_${sim_dir_name}.a : \$(SWIG_MODULE_SOURCE) \$(ALL_SWIG_OBJECTS)
|
||||
#\$(LIB_DIR)/lib_${sim_dir_name}.so : \$(SWIG_MODULE_SOURCE) \$(ALL_SWIG_OBJECTS)\n\n" ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user