]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/forms/Makefile.am
(Lars) Remove symbolic links on "make distclean".
[lyx.git] / src / frontends / xforms / forms / Makefile.am
index 3d1419cddf54c5942a88f1a2de9184ce5c6ee869..0e66f04a616a244741738f49a27c8cb17da59008 100644 (file)
@@ -55,7 +55,7 @@ nodist_libfdesign_la_SOURCES = $(SRCS:.fd=.C) $(SRCS:.fd=.h)
 # This is a trick so that the actual .la file never gets build,
 # so we do not need to use diskspace and time for it.
 # It is only getting linked into libxforms.la anyway.
-libfdesign_la_LINK = touch libfdesign.la
+libfdesign_la_LINK = touch libfdesign.la ; echo
 
 # These are used to generate the .[Ch] files from the .fd ones.
 SHELL = /bin/sh
@@ -65,3 +65,6 @@ SUFFIXES += .fd
 .fd.C: $(srcdir)/fdfix.sh $(srcdir)/fdfix[ch].sed $(srcdir)/tmp_str.sed
        { [ $(srcdir) != . ] && [ ! -r $(<F) ] && $(LN_S) $< . ; } || true
        $(SHELL) $(SCRIPT) $(<F)
+
+distclean-local:
+       [ $(srcdir) != . ] && $(RM) $(SRCS)