diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-24 14:26:34 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-01-24 14:26:34 -0800 |
commit | 3f7624048aa6064c69e2320a70fb7fc89e0bb7ef (patch) | |
tree | 856ee723d51b478bdee52876f22318251b0ff5fa /cxpm | |
parent | 503843fd3066031adbd4a362c686acc721787b7d (diff) |
Bug 14171: sxpm/Makefile.am:21: SED was already defined
<http://bugs.freedesktop.org/show_bug.cgi?id=14171>
Diffstat (limited to 'cxpm')
-rw-r--r-- | cxpm/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cxpm/Makefile.am b/cxpm/Makefile.am index 097a640..3aecc8c 100644 --- a/cxpm/Makefile.am +++ b/cxpm/Makefile.am @@ -14,8 +14,6 @@ appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) EXTRA_DIST = $(appman_PRE) CLEANFILES = $(appman_DATA) -SED = sed - # Strings to replace in man pages XORGRELSTRING = @PACKAGE_STRING@ XORGMANNAME = X Version 11 |