diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-09-08 12:38:05 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-09-08 12:45:27 -0400 |
commit | 8a8880fbceaa314e6282e8a3dbf219c861732f49 (patch) | |
tree | 4b61af2a1662ec98341d9073329c331d7d57ae18 | |
parent | 51bf86963791d3ada284f001e5f17bea6f05a27d (diff) | |
download | fcgiwrap-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
-rw-r--r-- | Makefile.in | 1 |
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 |