1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Silence warnings: 'Makefile.in seems to ignore the --datarootdir setting'

This commit is contained in:
dmiller
2015-03-11 04:14:24 +00:00
parent 67be9e3ef9
commit fbbb64a190
5 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ export NMAP_UPDATE_CHANNEL := $(shell grep '^\#[ \t]*define[ \t]\+NMAP_UPDATE_CH
NMAP_NAME= Nmap
NMAP_URL= http://nmap.org
NMAP_PLATFORM=@host@
datarootdir = @datarootdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@

View File

@@ -1,4 +1,5 @@
prefix = @prefix@
datarootdir = @datarootdir@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@

View File

@@ -16,6 +16,7 @@
SHELL = @SHELL@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
datarootdir = @datarootdir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@

View File

@@ -1,6 +1,7 @@
top_srcdir = @top_srcdir@
srcdir = @srcdir@
prefix = @prefix@
datarootdir = @datarootdir@
exec_prefix = @exec_prefix@
bindir = @bindir@
mandir = @mandir@

View File

@@ -4,6 +4,7 @@ NPING_NAME= Nping
NPING_URL= http://nmap.org/nping
NPING_PLATFORM=@host@
prefix = @prefix@
datarootdir = @datarootdir@
exec_prefix = @exec_prefix@
bindir = @bindir@
sbindir = @sbindir@