aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-05 20:38:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-05 20:38:16 +0200
commitea340b3166cc49140e236459cdf797de2b2d3da3 (patch)
treeca1c00f19403c6c55cac11b93bec02d4e5ed0262
parentf16518bca2e68bb327562f8016c8c5b18cb86557 (diff)
Remove unnecessary code
-rw-r--r--makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/makefile b/makefile
index 809bc2a..2501dc3 100644
--- a/makefile
+++ b/makefile
@@ -25,18 +25,6 @@ install: $(out_base)/libcutl/.install
#
clean: $(out_base)/libcutl/.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)