Skip to content

Commit

Permalink
Fix build of defines.h.in.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Mar 15, 2020
1 parent 1494689 commit e3480ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ help.c: less.hlp
${srcdir}/mkhelp.pl < less.hlp > help.c
if cmp -s help.c help.c.old; then mv -f help.c.old help.c; fi

${srcdir}/configure: ${srcdir}/configure.ac \
${srcdir}/Makefile.in
${srcdir}/configure ${srcdir}/defines.h.in: ${srcdir}/configure.ac ${srcdir}/Makefile.in
cd ${srcdir}; autoheader; autoconf

funcs.h: ${SRC:%=${srcdir}/%}
Expand Down

0 comments on commit e3480ce

Please sign in to comment.