Skip to content

Commit

Permalink
Prevent unnecessary repeated rebuilds of funcs.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Dec 20, 2021
1 parent f90a807 commit be9221a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile.aut
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ ${srcdir}/configure ${srcdir}/defines.h.in: ${srcdir}/configure.ac ${srcdir}/Mak
funcs.h: ${SRC:%=${srcdir}/%}
-mv -f ${srcdir}/funcs.h ${srcdir}/funcs.h.old
${srcdir}/${MKFUNCS} ${SRC:%=${srcdir}/%} >${srcdir}/funcs.h
if cmp -s funcs.h funcs.h.old; then mv -f funcs.h.old funcs.h; fi

lint:
lint -I. ${CPPFLAGS} ${SRC}
Expand Down

0 comments on commit be9221a

Please sign in to comment.