]> git.lyx.org Git - features.git/commitdiff
pretend success when srcdir != builddir
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 13 Jul 2005 20:07:23 +0000 (20:07 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 13 Jul 2005 20:07:23 +0000 (20:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10177 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/forms/Makefile.am

index c2a2f6e93b77e9773f3969c6d636b0a79cbaf65e..a7205fb7ba380eba4c7199a9f9fbead4d58ff13a 100644 (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
index 13e791858d61ac62f67f97ff815ac1c69d481064..1602d4844a2c05f257edf3bd265fa9bcf41476f7 100644 (file)
@@ -69,4 +69,4 @@ SUFFIXES += .fd
        $(SHELL) $(SCRIPT) $(<F)
 
 distclean-local:
-       [ $(srcdir) != . ] && $(RM) $(SRCS)
+       [ $(srcdir) != . ] && $(RM) $(SRCS) || true