projects
/
empserver
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e93cc99
)
Update link to `Recursive Make Considered Harmful'
author
Markus Armbruster
<armbru@pond.sub.org>
Sat, 13 Feb 2010 20:04:01 +0000
(21:04 +0100)
committer
Markus Armbruster
<armbru@pond.sub.org>
Sat, 13 Feb 2010 20:04:01 +0000
(21:04 +0100)
Make.mk
patch
|
blob
|
history
diff --git
a/Make.mk
b/Make.mk
index 22d43050d3bc9867a89fbaa83a94ee243f5829e7..c79ec3aaaf539ef7938992d922d487fb551aa8e2 100644
(file)
--- a/
Make.mk
+++ b/
Make.mk
@@
-33,7
+33,7
@@
# This makefile was inspired by `Recursive Make Considered Harmful',
# Peter Miller, 1997.
-# http://
www.pcug.org.au/~millerp/rmch/recu-make-cons-harm.html
+# http://
miller.emu.id.au/pmiller/books/rmch/
# Recursively expanded variables are occasionally useful, but can be
# slow and tricky. Do not use them gratuitously. If you don't