From a80e33b991e29988309964439fa8dba30af7ea5c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 26 Mar 2015 21:44:59 +0100 Subject: Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevant With no more symlinks, there's no need for those variables, or the links target. This also goes for all install: and uninstall: targets that do nothing but copy $(EXHEADER) files, since that's now taken care of by the top Makefile. Also, removed METHTEST from test/Makefile. It looks like an old test that's forgotten... Reviewed-by: Rich Salz --- tools/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/Makefile b/tools/Makefile index 19950d14e5..edd7fc5d06 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,7 +12,6 @@ MAKEFILE= Makefile CFLAGS= $(INCLUDES) $(CFLAG) GENERAL=Makefile -TEST= APPS= c_rehash MISC_APPS= c_hash c_info c_issuer c_name @@ -48,8 +47,6 @@ uninstall: files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -links: - lint: tags: -- cgit v1.2.3