1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Fix a messed-up patch in NMAP_MODIFICATIONS.

This commit is contained in:
david
2009-11-04 18:50:55 +00:00
parent 637774e960
commit d00a574ae0

View File

@@ -11,17 +11,17 @@ o Removed these files and directories:
o Added @CFLAGS@ to the CFLAGS definition in Makefile.in to pick up -g
if configure determines that it is supported:
--- Makefile.in.orig 2009-10-27 13:17:52.000000000 -0600
+++ Makefile.in 2009-10-27 13:14:42.000000000 -0600
--- Makefile.in.orig 2009-11-04 11:35:44.000000000 -0700
+++ Makefile.in 2009-11-04 11:50:02.000000000 -0700
@@ -55,7 +55,7 @@
PROG=libpcap
# Standard CFLAGS
# -CFLAGS = $(CCOPT) $(INCLS) $(DEFS)
# +CFLAGS = @CFLAGS@ $(CCOPT) $(INCLS) $(DEFS)
#
# INSTALL = @INSTALL@
# INSTALL_PROGRAM = @INSTALL_PROGRAM@
# Standard CFLAGS
-CFLAGS = $(CCOPT) $(INCLS) $(DEFS)
+CFLAGS = @CFLAGS@ $(CCOPT) $(INCLS) $(DEFS)
INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
o Eliminated Lex/Yacc requirement and added the generated files:
grammar.c