]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/deprecated/treelay/Makefile.in
Cleaned up some comments, reorganized some code
[wxWidgets.git] / contrib / samples / deprecated / treelay / Makefile.in
index 841e20187bae662f2b5b3e84b40c79d0e8cc8e86..5a5b1a8676ca9d91548addac41cd0bd809fd82b7 100644 (file)
@@ -119,7 +119,7 @@ treelay$(EXEEXT): $(TREELAY_OBJECTS) $(__treelay___win32rc)
        $(__treelay___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-treelay.app/Contents: treelay$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+treelay.app/Contents/PkgInfo: treelay$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p treelay.app/Contents
        mkdir -p treelay.app/Contents/MacOS
        mkdir -p treelay.app/Contents/Resources
@@ -140,7 +140,7 @@ treelay.app/Contents: treelay$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIB
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc treelay.app/Contents/Resources/treelay.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns treelay.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@treelay_bundle: treelay.app/Contents
+@COND_PLATFORM_MACOSX_1@treelay_bundle: treelay.app/Contents/PkgInfo
 
 treelay_treelay.o: $(srcdir)/treelay.cpp
        $(CXXC) -c -o $@ $(TREELAY_CXXFLAGS) $<