Changeset 1b4a1c8ae42f3017607ec8924eeb1d186f49cc82
- Timestamp:
- 30/12/07 23:08:08
(10 months ago)
- Author:
- Felix Paul Kühne <fkuehne@videolan.org>
- git-committer:
- Felix Paul Kühne <fkuehne@videolan.org> 1199052488 +0000
- git-parent:
[c90ad6fd8e18eeff2f2278123bf5e5a9d23e8d76]
- git-author:
- Felix Paul Kühne <fkuehne@videolan.org> 1199052488 +0000
- Message:
makefile: we want to use spaces instead of tabs. sorry for the disturbance
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rabb027a |
r1b4a1c8 |
|
| 468 | 468 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/images |
|---|
| 469 | 469 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/requests |
|---|
| 470 | | $(INSTALL) -m 644 $(srcdir)/share/http-lua/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/.hosts |
|---|
| | 470 | $(INSTALL) -m 644 $(srcdir)/share/http-lua/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/.hosts |
|---|
| 471 | 471 | for i in $(srcdir)/share/http-lua/*.* ; do \ |
|---|
| 472 | 472 | $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/`basename $${i}` ; \ |
|---|
| … | … | |
| 501 | 501 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images |
|---|
| 502 | 502 | $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests |
|---|
| 503 | | $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts |
|---|
| 504 | | $(INSTALL) -m 644 $(srcdir)/share/http/old/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/.hosts |
|---|
| | 503 | $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts |
|---|
| | 504 | $(INSTALL) -m 644 $(srcdir)/share/http/old/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/.hosts |
|---|
| 505 | 505 | for i in $(srcdir)/share/http/*.* ; do \ |
|---|
| 506 | 506 | $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \ |
|---|