Edit

kc3-lang/automake/dist-subd.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-12 18:49:38
    Hash : 799ca1c4
    Message : Changed to conform to new top-level dist target.

  • dist-subd.am
  • distdir = $(PACKAGE)-$(VERSION)/$(subdir)
    dist: $(DIST_FILES) $(DIST_DIRS)
    	@for file in $(DIST_FILES); do \
    	  echo linking $$file; \
    	  ln $(srcdir)/$$file $(distdir)/$$file || \
    	    { echo copying $$file instead; cp -p $(srcdir)/$$file $(distdir)/$$file;}; \
    	done