]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/widget/Makefile.in
Shell Script file to copy setup.h for ProjectBuilder
[wxWidgets.git] / samples / html / widget / Makefile.in
index edb6c41766c02e4b4a391be1955f1b4a90beb779..98ba9382947d6e614bd09ce3d6d8e26279712080 100644 (file)
@@ -131,7 +131,7 @@ widget$(EXEEXT): $(WIDGET_OBJECTS) $(__widget___win32rc)
        $(__widget___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-widget.app/Contents: widget$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+widget.app/Contents/PkgInfo: widget$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p widget.app/Contents
        mkdir -p widget.app/Contents/MacOS
        mkdir -p widget.app/Contents/Resources
@@ -152,7 +152,7 @@ widget.app/Contents: widget$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDI
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc widget.app/Contents/Resources/widget.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns widget.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@widget_bundle: widget.app/Contents
+@COND_PLATFORM_MACOSX_1@widget_bundle: widget.app/Contents/PkgInfo
 
 widget_widget.o: $(srcdir)/widget.cpp
        $(CXXC) -c -o $@ $(WIDGET_CXXFLAGS) $<