Skip to content

Commit

Permalink
- Re-create autogenerated files
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6275 82007160-df01-0410-b94d-b575c5fd34c7
  • Loading branch information
michael committed Jul 14, 2015
1 parent 48a1b32 commit d8358ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile.in
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.in
Expand Up @@ -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 \
Expand Down

0 comments on commit d8358ab

Please sign in to comment.