* Adding "CC ?= gcc" portability
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 10 Apr 2005 09:05:55 +0000 (09:05 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sun, 10 Apr 2005 09:05:55 +0000 (09:05 +0000)
commit01eb5485522c3588d1cbf361f381734d48ef8115
tree30fb88839904747ff3b3e81ef68ada6d76677369
parent65038f993dd764a8dd432cf5cdff29d1577ed60b
* Adding "CC ?= gcc" portability
* Using -nc for all wget lines in order not to fetch files we've already fetched
* Changed the tar(1) lines, don't use "tar zxvf scim-tables-0.5.1.tar.gz > /dev/null",
  it's totally redundant, just skip the "v" option, also if you're going to get
  one file from a tarball "tar xzf ball.tar.gz -O file/i/want > want" is better
* Splitting "clean:" into "cleantmp:" and "cleandl:" to clean temporary files
  and files downloaded from the net respectively. kept using "make clean" will
  execute both of them.
includes/zhtable/Makefile