Mercurial > ecos
comparison host/libcdl/testsuite/Makefile.in @ 115:6ed91473a1cd ecos-sw-2000-08-21
Merge from eCos master repository on 2000-08-21-22:40:54-BST
| author | jlarmour |
|---|---|
| date | Fri, 25 Aug 2000 17:32:38 +0000 |
| parents | 435cced73e2f |
| children | 511f4dc167f6 |
comparison
equal
deleted
inserted
replaced
| 114:5ad2b71d525e | 115:6ed91473a1cd |
|---|---|
| 114 | 114 |
| 115 distdir: $(DISTFILES) | 115 distdir: $(DISTFILES) |
| 116 @for file in $(DISTFILES); do \ | 116 @for file in $(DISTFILES); do \ |
| 117 if test -f $$file; then d=.; else d=$(srcdir); fi; \ | 117 if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
| 118 if test -d $$d/$$file; then \ | 118 if test -d $$d/$$file; then \ |
| 119 cp -pr $$/$$file $(distdir)/$$file; \ | 119 cp -pr $$d/$$file $(distdir)/$$file; \ |
| 120 else \ | 120 else \ |
| 121 test -f $(distdir)/$$file \ | 121 test -f $(distdir)/$$file \ |
| 122 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | 122 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ |
| 123 || cp -p $$d/$$file $(distdir)/$$file || :; \ | 123 || cp -p $$d/$$file $(distdir)/$$file || :; \ |
| 124 fi; \ | 124 fi; \ |
