Changeset 1605

Show
Ignore:
Timestamp:
01/28/05 01:02:25 (4 years ago)
Author:
morris
Message:

Sync with libzanka

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/Makefile.in

    r168 r1605  
    7272 
    7373        @for i in $(DISTFILES); do \ 
    74                 cp -pr $$i wire-$(WR_PACKAGE_VERSION)/$$i; \ 
     74                if [ -e $$i ]; then 
     75                        cp -LRp $$i wire-$(WR_PACKAGE_VERSION)/$$i; \ 
     76                fi 
    7577        done 
    7678