[Pkg-wmaker-commits] [wmbiff] 58/77: correct a problem uncovered by sourceforge's compile farm
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:15 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.
commit fbbcaadbe6f1a45e4bac42508e30886e4b431105
Author: bluehal <bluehal>
Date: Sat Apr 20 09:55:09 2002 +0000
correct a problem uncovered by sourceforge's compile farm
---
wmbiff/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/wmbiff/Makefile.am b/wmbiff/Makefile.am
index 77c7338..3c572e9 100644
--- a/wmbiff/Makefile.am
+++ b/wmbiff/Makefile.am
@@ -40,8 +40,9 @@ distclean-local:
-rm -f wmbiff-master-contrast.xpm wmbiff-master.xpm
# remove colors, then substitute old colors, then repalletize
+# for some reason $< doesn't always work.
wmbiff-master-contrast.xpm: wmbiff-master-led.xpm Makefile
- egrep -v '^"[:%][[:space:]]c #' < $< | \
+ egrep -v '^"[:%][[:space:]]c #' < wmbiff-master-led.xpm | \
sed -e 's/:/./g' -e 's/%/$$/g' -e 's/ 15 / 13 /' | \
sed -e 's/#\([0-9A-F]\{2\}\)[0-9A-F]\{2\}\([0-9A-F]\{2\}\)[0-9A-F]\{2\}\([0-9A-F]\{2\}\)[0-9A-F]\{2\}/#\1\2\3/'\
> $@ || rm $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list