Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
76f4927a
Commit
76f4927a
authored
Aug 11, 2014
by
Mathieu L Bouchard
Browse files
only reconf tkpath or tkdnd when makefile is outdated
parent
1fe42551
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/makefile.in
View file @
76f4927a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment