aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-05 20:39:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-05 20:39:01 +0200
commitd486261f33375ececfaf1f6218cb346d6ee9719f (patch)
treee662f43acae6d6a4b249c22626f0548c2b7fa259
parenta9b24f1a22a4bfc8743d09ad38ea0bb8ce4c465a (diff)
Remove unnecessary code
-rw-r--r--makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/makefile b/makefile
index 422a3fb..c85dd77 100644
--- a/makefile
+++ b/makefile
@@ -25,18 +25,6 @@ install: $(out_base)/cli/.install
#
clean: $(out_base)/libcutl/.clean $(out_base)/cli/.clean
-# Reset pattern-specific variables because GNU make will use the
-# first match instead of the most specific match. Here out_root
-# and out_base are the same.
-#
-$(out_root)/%: out_root :=
-$(out_root)/%: out_base :=
-$(out_root)/%: src_root :=
-$(out_root)/%: src_base :=
-$(out_root)/%: scf_root :=
-$(out_root)/%: dcf_root :=
-$(out_root)/%: project_name :=
-
src_root := $(src_base)/libcutl
scf_root := $(src_root)/build
out_root := $(src_root)