Hello,

the attached patch removes the symlinks created by make-am: when clean:
is invoked. It adds a clean-local: target.

You can also find it in patch-2 of the smalltalk--stable--2.3 repo in my
archive http://thomas.g.girard.free.fr/2007-archives

Thomas
--- orig/lightning/Makefile.am
+++ mod/lightning/Makefile.am
@@ -28,6 +28,14 @@
          $(LN_S) -f $(srcdir)/$$i `basename $$i`; \
        done
 
+clean-local:
+       @set frob $(LIGHTNING_TARGET_FILES); shift; \
+       for i; \
+       do \
+         echo $(RM) `basename $$i`; \
+         $(RM) `basename $$i`; \
+       done
+
 dist-hook:
        cp -p $(srcdir)/lightning.h $(distdir)
 endif
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

Reply via email to