From e323e7f036909f518c1b622bd6af5812416dd42f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 7 Feb 2013 17:07:49 -0500 Subject: [PATCH] Makefile: Drop the 'static pattern rule' buzzwords ;) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d0ffbfc..af2d15b 100644 --- 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 -- 2.26.2