From: michael Date: Tue, 14 Jul 2015 10:08:34 +0000 (+0000) Subject: - Re-create autogenerated files X-Git-Url: http://git.serene-ircd.net/?a=commitdiff_plain;h=d8358ab49845464fdf0e4ba3262b8851adaab153;p=hopm.git - Re-create autogenerated files git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6275 82007160-df01-0410-b94d-b575c5fd34c7 --- diff --git a/Makefile.in b/Makefile.in index c77fd09..dd41f99 100644 --- a/Makefile.in +++ b/Makefile.in @@ -804,7 +804,8 @@ uninstall-am: install-data-local: - $(INSTALL) -d $(DESTDIR)${localstatedir} + $(INSTALL) -d $(DESTDIR)${localstatedir}/log + $(INSTALL) -d $(DESTDIR)${localstatedir}/run # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/src/Makefile.in b/src/Makefile.in index e057f05..321c9b6 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -373,7 +373,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ SUBDIRS = libopm -AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)\"" +AM_CPPFLAGS = -DHOPM_ETCDIR="\"$(sysconfdir)\"" -DHOPM_LOGDIR="\"$(localstatedir)/log\"" AM_YFLAGS = -d hopm_SOURCES = compat.c \ compat.h \