Skip to content

Commit 12bb35f

Browse files
committed
Fix vpath build
Skip doc/src/sgml/images/Makefile since the directory is not created.
1 parent ea55aec commit 12bb35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/prep_buildtree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ for item in `find "$sourcetree" -type d \( \( -name CVS -prune \) -o \( -name .g
3333
fi
3434
done
3535

36-
for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print`; do
36+
for item in `find "$sourcetree" -name Makefile -print -o -name GNUmakefile -print | grep -v "$sourcetree/doc/src/sgml/images/"`; do
3737
filename=`expr "$item" : "$sourcetree\(.*\)"`
3838
if test ! -f "${item}.in"; then
3939
if cmp "$item" "$buildtree/$filename" >/dev/null 2>&1; then : ; else

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy