pretend success when srcdir != builddir

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10177 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2005-07-13 20:07:23 +00:00
parent f8e7b01983
commit 5020cae63f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-07-13 <lgb@tandberg.net>
* forms/Makefile.am (distclean-local): pretend success also if
srcdir != builddir
2005-07-04 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* FormToc.C: consider gui name, not type, when trying to set the

View File

@ -69,4 +69,4 @@ SUFFIXES += .fd
$(SHELL) $(SCRIPT) $(<F)
distclean-local:
[ $(srcdir) != . ] && $(RM) $(SRCS)
[ $(srcdir) != . ] && $(RM) $(SRCS) || true