From b49b2a2a4a2f178da177d5310d1ec36f292ac78e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2009 08:42:08 +0200 Subject: Remove support for install target --- tests/lexer/makefile | 1 - tests/parser/makefile | 1 - 2 files changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/lexer/makefile b/tests/lexer/makefile index 71d46f7..08859e8 100644 --- a/tests/lexer/makefile +++ b/tests/lexer/makefile @@ -76,7 +76,6 @@ endif $(call include,$(bld_root)/cxx/o-e.make) $(call include,$(bld_root)/cxx/cxx-o.make) $(call include,$(bld_root)/cxx/cxx-d.make) -$(call include,$(bld_root)/install.make) # Dependencies. # diff --git a/tests/parser/makefile b/tests/parser/makefile index 757c889..526b529 100644 --- a/tests/parser/makefile +++ b/tests/parser/makefile @@ -76,7 +76,6 @@ endif $(call include,$(bld_root)/cxx/o-e.make) $(call include,$(bld_root)/cxx/cxx-o.make) $(call include,$(bld_root)/cxx/cxx-d.make) -$(call include,$(bld_root)/install.make) # Dependencies. # -- cgit v1.1