]> git.sesse.net Git - vlc/commitdiff
Fixed a dumb mistake in Makefile.in
authorEugenio Jarosiewicz <ej@videolan.org>
Wed, 11 Apr 2001 13:56:39 +0000 (13:56 +0000)
committerEugenio Jarosiewicz <ej@videolan.org>
Wed, 11 Apr 2001 13:56:39 +0000 (13:56 +0000)
Makefile.in

index 1fdedee686cbaf5f3308b2a4d301607d47587609..0e7f1c566b9e94e56a764d7d99a90eb820e53722 100644 (file)
@@ -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