diff options
| author | Winfried <szukw000@arcor.de> | 2010-10-22 08:51:38 +0000 |
|---|---|---|
| committer | Winfried <szukw000@arcor.de> | 2010-10-22 08:51:38 +0000 |
| commit | c2f441840ff7cc411928041979c6f44d474e2fa8 (patch) | |
| tree | 3f4231e05b07479fefa841b9c32d031a67652927 /libopenjpeg/Makefile.in | |
| parent | a55ea39677e5d41dbe26ed9535b1809cff6033c6 (diff) | |
M libopenjpeg/Makefile.in
M libopenjpeg/Makefile.am
M jp3d/libjp3dvm/Makefile.in
M jp3d/libjp3dvm/Makefile.am
M CHANGES
M jpwl/Makefile.in
M jpwl/Makefile.am
Diffstat (limited to 'libopenjpeg/Makefile.in')
| -rw-r--r-- | libopenjpeg/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libopenjpeg/Makefile.in b/libopenjpeg/Makefile.in index acaed748..b031d71f 100644 --- a/libopenjpeg/Makefile.in +++ b/libopenjpeg/Makefile.in @@ -619,11 +619,11 @@ dos2unix: all-local: @$(INSTALL) -d ../bin - @cp -d .libs/libopenjpeg.* ../bin/ + @cp -P .libs/libopenjpeg.* ../bin/ @rm -f ../bin/libopenjpeg.la* @rm -rf .report_lib @$(INSTALL) -d .report_lib - @cp -d .libs/libopenjpeg.* .report_lib + @cp -P .libs/libopenjpeg.* .report_lib @rm -f .report_lib/libopenjpeg.lai @echo "" > .report.txt @echo "Installing: ${prefix}/include/${headerdir}/" >> .report.txt |
