chiark
/
gitweb
/
~ianmdlvl
/
otter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d03aaf
)
media-scraper: Properly include dependency on files.make
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 11:35:55 +0000
(11:35 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 23:19:44 +0000
(23:19 +0000)
Otherwise if you change colours, and rerun media-scraper, it doesn't
rebuild.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
media-scraper
patch
|
blob
|
history
diff --git
a/media-scraper
b/media-scraper
index 9a6d364c018c9214b18989c5ebd7c8390a1352be..ba376617c2284edbea4fbbcaa1fd6fdcb105d593 100755
(executable)
--- a/
media-scraper
+++ b/
media-scraper
@@
-226,7
+226,7
@@
END
$coloured = $ncoloured;
print $makefile <<END or die $! if $ci == 0;
LIBRARY_CLEAN += $ncoloured
-$ncoloured: $lupstream Makefile
+$ncoloured: $lupstream Makefile
$makepath
END
$ci++;
print $makefile <<END or die $!;