aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-05-05 20:36:11 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-05-05 20:36:11 +0200
commit1bcfb639c80d832a4f3341a9714743d16bee1e86 (patch)
tree8f2f1840d56d65237c82411dea43389159131817
parentffea0c99f8ca0bfafeaa8cd10832527c0b344dd5 (diff)
Remove unnecessary code
-rw-r--r--makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/makefile b/makefile
index f9d9dc7..3ac4933 100644
--- a/makefile
+++ b/makefile
@@ -34,18 +34,6 @@ clean: $(out_base)/libcult/.clean \
$(out_base)/libxsd-frontend/.clean \
$(out_base)/xsd/.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)/libcult
scf_root := $(src_root)/build
out_root := $(src_root)