Skip to content

Commit

Permalink
Use proper deps for CppBlockUtils_wrap.cxx
Browse files Browse the repository at this point in the history
  • Loading branch information
dermoth committed Aug 3, 2017
1 parent 6a59ecf commit 4976e71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cppForSwig/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@ libCppBlockUtils_la_LDFLAGS += -Wl,-rpath,@executable_path/ -Wl,-rpath,@loader_p
endif

#custom rules
CppBlockUtils_wrap.cxx: CppBlockUtils.i
CppBlockUtils_wrap.cxx: CppBlockUtils.i $(INCLUDE_FILES)
swig $(SWIG_FLAGS) CppBlockUtils.i

.PHONY: CppBlockUtils_wrap.cxx

clean-local:
rm -f CppBlockUtils.py
rm -f CppBlockUtils_wrap.cxx
Expand Down

0 comments on commit 4976e71

Please sign in to comment.