From bd2926f7286a68b2f3bddbb4df379f80f0235219 Mon Sep 17 00:00:00 2001 From: Eugenio Jarosiewicz Date: Wed, 11 Apr 2001 13:56:39 +0000 Subject: [PATCH] Fixed a dumb mistake in Makefile.in --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 1fdedee686..0e7f1c566b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 -- 2.39.2