Skip to content
Snippets Groups Projects
Commit 76f4927a authored by Mathieu L Bouchard's avatar Mathieu L Bouchard
Browse files

only reconf tkpath or tkdnd when makefile is outdated

parent 1fe42551
No related branches found
No related tags found
No related merge requests found
......@@ -226,13 +226,17 @@ externs:
make -C ../extra/pd~ @EXTERNTARGET@
make -C ../extra/stdout @EXTERNTARGET@
tkpath:
../tkpath/Makefile: ../tkpath/Makefile.in ../tkpath/configure.in
cd ../tkpath && aclocal && autoconf && ./configure --prefix=$(prefix)
tkpath: ../tkpath/Makefile
make -C ../tkpath
cd ../src
tkdnd:
../tkdnd/Makefile: ../tkdnd/Makefile.in ../tkdnd/configure.in
cd ../tkdnd && aclocal && autoconf && ./configure --prefix=$(prefix)
tkdnd: ../tkdnd/Makefile
make -C ../tkdnd
cd ../src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment