diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-05-05 20:36:57 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-05-05 20:36:57 +0200 |
commit | 588c0c0abf1699d3b6a02b6965712fa10802cd42 (patch) | |
tree | 828a05d8bf4b7bb3c8c78f110d00699db8999633 /makefile | |
parent | 86860c7c53c1e1e2c28e8ad9a03cdb3bd89fb5f1 (diff) |
Remove unnecessary code
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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) |