mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
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:
parent
f8e7b01983
commit
5020cae63f
@ -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
|
||||
|
@ -69,4 +69,4 @@ SUFFIXES += .fd
|
||||
$(SHELL) $(SCRIPT) $(<F)
|
||||
|
||||
distclean-local:
|
||||
[ $(srcdir) != . ] && $(RM) $(SRCS)
|
||||
[ $(srcdir) != . ] && $(RM) $(SRCS) || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user