summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-09-08 12:38:05 -0400
committerDave Reisner <dreisner@archlinux.org>2012-09-08 12:45:27 -0400
commit8a8880fbceaa314e6282e8a3dbf219c861732f49 (patch)
tree4b61af2a1662ec98341d9073329c331d7d57ae18 /Makefile.in
parent51bf86963791d3ada284f001e5f17bea6f05a27d (diff)
downloadfcgiwrap-8a8880fbceaa314e6282e8a3dbf219c861732f49.tar.xz
fcgiwrap-8a8880fbceaa314e6282e8a3dbf219c861732f49.zip
Makefile.in: define dummy datarootdir variable
This suppresses a warning on ./configure for a directory which fcgiwrap does not use: config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 40ccf5d..97378e5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,5 +1,6 @@
targetdir = $(DESTDIR)@prefix@@sbindir@
man8dir = $(DESTDIR)@prefix@@mandir@/man8
+datarootdir =
.PHONY: clean distclean