From ff2257a0b54e051622a348968ec2f09334b7f65c Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Thu, 22 Dec 2011 19:31:32 +0200 Subject: [PATCH] antimake: Remove unused AM_TARGET_RELOC_VARIABLES Current code relocates all target variables. --- mk/antimake.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/mk/antimake.mk b/mk/antimake.mk index adf9e29..806ac0e 100755 --- a/mk/antimake.mk +++ b/mk/antimake.mk @@ -329,7 +329,6 @@ RM = rm -f # varables that can be set per-target with target_VAR # they appear as AM_foo. [Not supported: COMPILE] AM_TARGET_VARIABLES += CFLAGS CPPFLAGS LDFLAGS LIBTOOLFLAGS DEFS LIBS -AM_TARGET_RELOC_VARIABLES += CFLAGS CPPFLAGS LDFLAGS # list of language (rather compiler) names AM_LANGUAGES += C CXX -- 2.39.5