chiark / gitweb /
media-scraper: Properly include dependency on files.make
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 11:35:55 +0000 (11:35 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 10 Jan 2021 12:00:33 +0000 (12:00 +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

index 9a6d364c018c9214b18989c5ebd7c8390a1352be..ba376617c2284edbea4fbbcaa1fd6fdcb105d593 100755 (executable)
@@ -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 $!;