Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
bd2926f7
Commit
bd2926f7
authored
Apr 11, 2001
by
Eugenio Jarosiewicz
Browse files
Fixed a dumb mistake in Makefile.in
parent
4ebec617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
bd2926f7
...
...
@@ -477,7 +477,7 @@ export
#
# Virtual targets
#
all
:
vlc @ALIASES@ plugins
all
:
vlc @ALIASES@ plugins
vlc.app
clean
:
rm
-f
$(C_OBJ)
$(CPP_OBJ)
$(ASM_OBJ)
$(STD_PLUGIN_OBJ)
...
...
@@ -684,6 +684,8 @@ ifeq ($(SYS),beos)
rm
-f
./plugins/_APP_
ln
-s
../vlc ./plugins/_APP_
endif
vlc.app
:
ifneq
(,$(findstring darwin,$(SYS)))
mkdir
-p
vlc.app/Contents/MacOS
mkdir
-p
vlc.app/Contents/MacOS/lib
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment