antimake: Remove unused AM_TARGET_RELOC_VARIABLES
authorMarko Kreen <markokr@gmail.com>
Thu, 22 Dec 2011 17:31:32 +0000 (19:31 +0200)
committerMarko Kreen <markokr@gmail.com>
Thu, 22 Dec 2011 17:31:32 +0000 (19:31 +0200)
Current code relocates all target variables.

mk/antimake.mk

index adf9e29373b866417df8a341ae311bce7ef1fd03..806ac0e85abdbbf1405ad9819e240ae8e0c27cab 100755 (executable)
@@ -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