mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 18:09:01 +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:
@@ -258,5 +258,5 @@ config.status: configure
|
||||
./config.status --recheck
|
||||
|
||||
makefile.dep:
|
||||
$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
|
||||
$(CXX) -MM $(CPPFLAGS) $(CXXFLAGS) $(SRCS) > $@
|
||||
include makefile.dep
|
||||
|
||||
Reference in New Issue
Block a user