Commit bd2926f7 authored by Eugenio Jarosiewicz's avatar Eugenio Jarosiewicz

Fixed a dumb mistake in Makefile.in

parent 4ebec617
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment