diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -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) |