From 588c0c0abf1699d3b6a02b6965712fa10802cd42 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 5 May 2010 20:36:57 +0200 Subject: Remove unnecessary code --- makefile | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/makefile b/makefile index dfd6997..3dc14f5 100644 --- a/makefile +++ b/makefile @@ -34,18 +34,6 @@ clean: $(out_base)/libcult/.clean \ $(out_base)/libxsd-frontend/.clean \ $(out_base)/xsde/.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) -- cgit v1.1