Skip to content

Commit

Permalink
Fix Makefile rules for generating configure and config.h.in
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent dde644a commit 16b1562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -56,14 +56,14 @@ bareos-fd: Makefile

#-------------------------------------------------------------------------

autoconf/aclocal.m4: autoconf/configure.in autoconf/bareos-macros/* autoconf/gettext-macros/* autoconf/libtool/*
autoconf/aclocal.m4: autoconf/configure.in autoconf/bareos/* autoconf/gettext/* autoconf/libtool/*

# Note, the following is needed in the above if ever any new macro is added.
# However, at the current time, the -I libtool causes the autoconf/aclocal.m4
# get messed up, so this is commented out
# cd autoconf && aclocal -I bareos-macros -I gettext-macros -I libtool

configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/acconfig.h autoconf/config.h.in
configure: autoconf/configure.in autoconf/aclocal.m4 autoconf/config.h.in
cd $(srcdir);
${RMF} config.cache config.log config.out config.status src/config.h
${RMF} -r autoconf/autom4te.cache autom4te.cache
Expand Down

0 comments on commit 16b1562

Please sign in to comment.