use := operator for Makefile clarity and performance

This commit is contained in:
Albert Cahalan 2008-04-26 22:47:30 +00:00
parent 556f695bbe
commit 5244e175e8
8 changed files with 21 additions and 21 deletions

View file

@ -10,9 +10,9 @@
# August 2, 2007 - August 9, 2007
# $Id$
LINKS=links -dump -no-numbering -no-references
LINKS:=links -dump -no-numbering -no-references
TXT_FILES= \
TXT_FILES:= \
blocks.txt \
blur.txt \
bricks.txt \