XFree86: Properly clean up after ourselves
CLEAN is not a useful variable. CLEANFILES/DISTCLEANFILES, on the other hand, are useful variables.
This commit is contained in:
parent
1ace9770fe
commit
505ec436af
|
@ -71,7 +71,7 @@ Xorg_LDADD = $(XORG_LIBS) \
|
||||||
Xorg_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
Xorg_LDFLAGS = $(LD_EXPORT_SYMBOLS_FLAG)
|
||||||
|
|
||||||
BUILT_SOURCES = xorg.conf.example
|
BUILT_SOURCES = xorg.conf.example
|
||||||
CLEAN = xorg.conf.example xorg.conf.example.pre
|
DISTCLEANFILES += xorg.conf.example xorg.conf.example.pre
|
||||||
EXTRA_DIST = xorgconf.cpp
|
EXTRA_DIST = xorgconf.cpp
|
||||||
|
|
||||||
if SOLARIS_ASM_INLINE
|
if SOLARIS_ASM_INLINE
|
||||||
|
|
Loading…
Reference in New Issue