projects
/
libusual.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
453fc3b
)
antimake: Remove unused AM_TARGET_RELOC_VARIABLES
author
Marko Kreen
<markokr@gmail.com>
Thu, 22 Dec 2011 17:31:32 +0000
(19:31 +0200)
committer
Marko Kreen
<markokr@gmail.com>
Thu, 22 Dec 2011 17:31:32 +0000
(19:31 +0200)
Current code relocates all target variables.
mk/antimake.mk
patch
|
blob
|
blame
|
history
diff --git
a/mk/antimake.mk
b/mk/antimake.mk
index adf9e29373b866417df8a341ae311bce7ef1fd03..806ac0e85abdbbf1405ad9819e240ae8e0c27cab 100755
(executable)
--- 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