mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-05 22:48:06 +02:00
Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a suffix rule (reported by Matthieu Herrb)
This commit is contained in:
parent
a316995a17
commit
66d35b6971
1 changed files with 2 additions and 2 deletions
|
|
@ -193,7 +193,7 @@ if MANPAGES
|
|||
libman_DATA = $(libman_SOURCES:man=$(LIB_MAN_SUFFIX)) \
|
||||
$(all_shadows:=.$(LIB_MAN_SUFFIX))
|
||||
|
||||
BUILT_SOURCES = .shadows.DONE
|
||||
BUILT_SOURCES = shadows.DONE
|
||||
endif
|
||||
|
||||
EXTRA_DIST = $(libman_SOURCES)
|
||||
|
|
@ -1070,7 +1070,7 @@ XmbTextExtents_shadows = \
|
|||
XmbTextPerCharExtents_shadows = \
|
||||
XwcTextPerCharExtents \
|
||||
Xutf8TextPerCharExtents
|
||||
.shadows.DONE:
|
||||
shadows.DONE:
|
||||
-rm -f $(all_aliases:=.$(LIB_MAN_SUFFIX))
|
||||
(for i in $(AllPlanes_shadows:=.$(LIB_MAN_SUFFIX)) ; do \
|
||||
echo .so man$(LIB_MAN_SUFFIX)/AllPlanes.$(LIB_MAN_SUFFIX) > $$i; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue