[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Questions about leim/makefile.w32-in
From: |
Eli Zaretskii |
Subject: |
Re: Questions about leim/makefile.w32-in |
Date: |
Sat, 16 Dec 2006 15:37:04 +0200 |
> Date: Fri, 15 Dec 2006 18:39:11 +0100
> From: "Juanma Barranquero" <address@hidden>
>
> # Subdirectories to be made if $(srcdir) is different from the current
> # directory.
> SUBDIRS=quail
>
> ...
>
> distclean: clean
> - $(DELTREE) $(SUBDIRS)
> - $(DEL) stamp-subdir
>
> but:
>
> - DELTREE should be DEL_TREE
> - The comment talks about current dir != $(srcdir), but distclean
> unconditionally deletes quail/. Why so?
Because they are bugs?
Please use DEL_TREE in the first case and $(IFNOTSAMEDIR) in the
second.
Thanks for finding these problems.