]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/Makefile.in
Regenerated makefiles.
[wxWidgets.git] / samples / exec / Makefile.in
index 700c054a7b6bf7f19fa97325f78e8fcc50f2e80e..13102587e4a6fb39ff2b7a2a68e0e1060bbe580c 100644 (file)
@@ -114,7 +114,7 @@ exec$(EXEEXT): $(EXEC_OBJECTS) $(__exec___win32rc)
        $(__exec___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-exec.app/Contents: exec$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+exec.app/Contents/PkgInfo: exec$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p exec.app/Contents
        mkdir -p exec.app/Contents/MacOS
        mkdir -p exec.app/Contents/Resources
@@ -135,7 +135,7 @@ exec.app/Contents: exec$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAM
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc exec.app/Contents/Resources/exec.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns exec.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@exec_bundle: exec.app/Contents
+@COND_PLATFORM_MACOSX_1@exec_bundle: exec.app/Contents/PkgInfo
 
 exec_exec.o: $(srcdir)/exec.cpp
        $(CXXC) -c -o $@ $(EXEC_CXXFLAGS) $<