Difference for lib/Makefile.in from version 1.49 to 1.50


version 1.49 version 1.50
Line 523
 
Line 523
  done   done
 # Special case above because the name we install to is different  # Special case above because the name we install to is different
 # than the name of the file  # than the name of the file
    if [ ! -d $(DESTDIR)$(pkgdatadir)/$$i ]; then \
    echo "Creating directory $(pkgdatadir)/$$i"; \
    $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$i; \
    fi; \
  $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures   $(INSTALL_DATA) $(srcdir)/treasures.bld $(DESTDIR)$(pkgdatadir)/treasures
   
 # Uninstall unchanged config/var files so make distcheck is happy  # Uninstall unchanged config/var files so make distcheck is happy


Legend:
line(s) removed in v.1.49 
line(s) changed
 line(s) added in v.1.50

File made using version 1.98 of cvs2html by leaf at 2011-07-21 18:00