mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 11:26:47 +00:00
In Makefile_swig, needed LIB_DIR and OBJECT_DIR as deps for swig objects.
This commit is contained in:
parent
d798792544
commit
2fc373360c
@ -252,6 +252,8 @@ sub make_swig_makefile($$$) {
|
||||
print MAKEFILE "\t\$(SWIG_MODULE_OBJECTS)\\\n" ;
|
||||
print MAKEFILE "\t\$(SIM_SWIG_OBJECTS)\n\n" ;
|
||||
|
||||
print MAKEFILE "\$(ALL_SWIG_OBJECTS) : | \$(LIB_DIR) \$(OBJECT_DIR)\n\n" ;
|
||||
|
||||
print MAKEFILE "# SWIG_PY_OBJECTS is a convienince list to modify rules for compilation\n" ;
|
||||
print MAKEFILE "SWIG_PY_OBJECTS =" ;
|
||||
foreach my $f ( @temp_array2 ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user