1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-06 21:46:34 +00:00

Remove stray dot.

This commit is contained in:
david
2011-05-27 20:37:36 +00:00
parent 88e585e0bf
commit 601d58a2b5

View File

@@ -49,7 +49,7 @@ both console and graphical versions are available.
%setup -q
%build
# Link with compatibility Glibc 2.3.4. CentOS packages
# Link with compatibility Glibc 2.3.4 CentOS packages
# compat-glibc and compat-gcc-34-c++.
CC=gcc34; export CC
CXX=g++34; export CXX