summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-03-04 16:31:59 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-03-06 12:26:53 -0800
commit9ccf14fddedc11bd17b3ae30612c6f70f4cd7e14 (patch)
treeac0caa58caa073b449040f2b2da0bfede9f03a7b /util
parent16d9941f3aa38dde115cbff639e131761c1b36d0 (diff)
downloadxorg-lib-libXt-9ccf14fddedc11bd17b3ae30612c6f70f4cd7e14.tar.gz
Don't need to use target-specific CFLAGS for makestrs
It's the only thing built in that directory, so we can use AM_CFLAGS and drop the requirement for AM_PROG_CC_C_O in configure.ac Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Tested-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'util')
-rw-r--r--util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/Makefile.am b/util/Makefile.am
index 969ecef..dedfa6b 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -10,7 +10,7 @@ EXTRA_DIST = \
StrDefs.ht \
string.list
-makestrs_CFLAGS = $(XT_CFLAGS)
+AM_CFLAGS = $(XT_CFLAGS)
makestrs_SOURCES = makestrs.c