diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 17:38:01 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-07-01 19:52:44 -0700 |
commit | 4af24b2f5b3f8f2c20271ae323b6fa528b9b2127 (patch) | |
tree | 89e438f8ceb295eb67f6d9dc89fb116fcf0be698 /Makefile.am | |
parent | fefc834c419085b2db3b2d7d57bdbfe240d1b75c (diff) |
Let autoconf generate x11perfcomp directly instead of doing it via sed
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 5cfedb4..bb381d6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,12 +48,6 @@ x11perf_SOURCES = \ x11perf.h bin_SCRIPTS = x11perfcomp -CLEANFILES = $(bin_SCRIPTS) -EXTRA_DIST = $(bin_SCRIPTS:=.in) -DIR_SUBSTS = -e 's|@x11perfcompdir[@]|$(x11perfcompdir)|g' - -x11perfcomp: x11perfcomp.in - $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $(srcdir)/$@.in > $@ dist_x11perfcomp_SCRIPTS = \ fillblnk \ |