]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/plot/Makefile.in
Fixed redefinition of i
[wxWidgets.git] / contrib / samples / plot / Makefile.in
index 134c98320002a9969ac2bffa9b4b14e3f58a804d..349a0844baf136bf139e2d60aa21ec3c3b05c315 100644 (file)
@@ -118,7 +118,7 @@ plot$(EXEEXT): $(PLOT_OBJECTS) $(__plot___win32rc)
        $(__plot___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-plot.app/Contents: plot$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+plot.app/Contents/PkgInfo: plot$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p plot.app/Contents
        mkdir -p plot.app/Contents/MacOS
        mkdir -p plot.app/Contents/Resources
@@ -139,7 +139,7 @@ plot.app/Contents: plot$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAM
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc plot.app/Contents/Resources/plot.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns plot.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@plot_bundle: plot.app/Contents
+@COND_PLATFORM_MACOSX_1@plot_bundle: plot.app/Contents/PkgInfo
 
 plot_plot.o: $(srcdir)/plot.cpp
        $(CXXC) -c -o $@ $(PLOT_CXXFLAGS) $<