diff options
Diffstat (limited to 'xserver/hw/xfree86/exa/Makefile.in')
-rw-r--r-- | xserver/hw/xfree86/exa/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xserver/hw/xfree86/exa/Makefile.in b/xserver/hw/xfree86/exa/Makefile.in index 689a9d9cb..81e02509d 100644 --- a/xserver/hw/xfree86/exa/Makefile.in +++ b/xserver/hw/xfree86/exa/Makefile.in @@ -315,7 +315,6 @@ RES_TRUE = @RES_TRUE@ RGB_DB = @RGB_DB@ SCREENSAVER_FALSE = @SCREENSAVER_FALSE@ SCREENSAVER_TRUE = @SCREENSAVER_TRUE@ -SED = sed SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ SOLARIS_ASM_CFLAGS = @SOLARIS_ASM_CFLAGS@ @@ -556,6 +555,7 @@ libexa_la_SOURCES = \ libexa_la_LIBADD = \ ../../../exa/libexa.la +SED = sed SUFFIXES = .pre .man .man.pre # Translate XCOMM into pound sign with sed, rather than passing -DXCOMM=XCOMM |