Makefile: Drop the 'static pattern rule' buzzwords ;)
authorW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 22:07:49 +0000 (17:07 -0500)
committerW. Trevor King <wking@tremily.us>
Thu, 7 Feb 2013 22:07:49 +0000 (17:07 -0500)
Makefile

index d0ffbfcc759471bc806f3e6cd0a15b087c5ad37e..af2d15bbbc003d4a322be1236b70dfab14e2abb0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -84,9 +84,9 @@ dist:
 
 # target: hello_world - compile the hello_world program
 # Use GCC to link the program from object files.
-# For an explanation of the
+# For an explanation of the static pattern rule syntax:
 #   targets ...: target-pattern: prereq-patterns ...
-# syntax, see
+# see
 #   http://www.gnu.org/software/make/manual/html_node/Static-Usage.html
 # For an explanation of $@, $^, and other special variables, see
 #   http://www.gnu.org/software/make/manual/html_node/Automatic-Variables.html