]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/rotate/Makefile.in
Removed duplicate declaration of wxEntry.
[wxWidgets.git] / samples / rotate / Makefile.in
index 9ce05ada07dc50cd396a56fb78bf41a6a6f2fea4..cb69fa8ea163a96273493a7d241d5f00f725ab57 100644 (file)
@@ -126,7 +126,7 @@ rotate$(EXEEXT): $(ROTATE_OBJECTS) $(__rotate___win32rc)
        $(__rotate___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-rotate.app/Contents: rotate$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+rotate.app/Contents/PkgInfo: rotate$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p rotate.app/Contents
        mkdir -p rotate.app/Contents/MacOS
        mkdir -p rotate.app/Contents/Resources
@@ -147,7 +147,7 @@ rotate.app/Contents: rotate$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDI
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc rotate.app/Contents/Resources/rotate.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns rotate.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@rotate_bundle: rotate.app/Contents
+@COND_PLATFORM_MACOSX_1@rotate_bundle: rotate.app/Contents/PkgInfo
 
 rotate_rotate.o: $(srcdir)/rotate.cpp
        $(CXXC) -c -o $@ $(ROTATE_CXXFLAGS) $<