summaryrefslogtreecommitdiff
blob: 30bb1e0c8669bb44bc975cc2367383b8204cde2f (plain)
1
2
3
4
5
6
7
8
9
10
diff -Naur nmap-4.75-orig/Makefile.in nmap-4.75/Makefile.in
--- nmap-4.75-orig/Makefile.in	2008-09-05 07:32:06.000000000 +0200
+++ nmap-4.75/Makefile.in	2008-09-09 16:34:38.000000000 +0200
@@ -258,5 +258,5 @@
 	./config.status --recheck
 
 makefile.dep:
-	$(CXX) -MM $(CPPFLAGS) $(SRCS) > $@
+	$(CXX) -MM $(CPPFLAGS) $(CXXFLAGS) $(SRCS) > $@
 include makefile.dep