Skip to content

Commit

Permalink
make: add a dependency of "configure" on "VERSION"
Browse files Browse the repository at this point in the history
  • Loading branch information
DanGrayson committed May 26, 2021
1 parent 104c354 commit 7c5e215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion M2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ check-make:
@ echo GNU make version okay

make-configure : check-autoconf configure
configure: configure.ac config/files config/*.m4; autoconf
configure: configure.ac VERSION config/files config/*.m4; autoconf

get-tools: usr-build/aclocal-path get-m4 get-autoconf get-automake get-libtool usr-build/aclocal-path2 which-tools
which-tools:
Expand Down

0 comments on commit 7c5e215

Please sign in to comment.