Edit

kc3-lang/automake/dist-subd.am

Branch :

  • Show log

    Commit

  • Author : Tom Tromey
    Date : 1995-11-13 22:11:58
    Hash : f8c414f9
    Message : (distdir): Is relative to ".."

  • dist-subd.am
  • distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
    dist: $(DIST_FILES)
    	@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