mirror of
https://github.com/nmap/nmap.git
synced 2026-06-15 04:47:03 +00:00
Add CXXFLAGS to the makefile.dep creation rule to catch defines such as -DNOLUA which prevents files from trying to include the liblua includes. Suggested by Simon Zilliken
This commit is contained in:
parent
cdec5e8958
commit
fc4424ef21
1 changed files with 1 additions and 1 deletions
|
|
@ -258,5 +258,5 @@ config.status: configure
|
|||
./config.status --recheck
|
||||
|
||||
makefile.dep:
|
||||
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
|
||||
$(CXX) -MM $(CPPFLAGS) $(CXXFLAGS) $(SRCS) > $@
|
||||
include makefile.dep
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue