]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/test/Makefile.in
Regenerated makefiles.
[wxWidgets.git] / samples / html / test / Makefile.in
index 3b605c57617ea70c2f95a674f4c76cb47a685778..6b72b85a3e049e2e6f73110fd45e9530fce57e8c 100644 (file)
@@ -131,7 +131,7 @@ test$(EXEEXT): $(TEST_OBJECTS) $(__test___win32rc)
        $(__test___mac_setfilecmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-test.app/Contents: test$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
+test.app/Contents/PkgInfo: test$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p test.app/Contents
        mkdir -p test.app/Contents/MacOS
        mkdir -p test.app/Contents/Resources
@@ -152,7 +152,7 @@ test.app/Contents: test$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAM
        ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc test.app/Contents/Resources/test.rsrc
        ln -f $(top_srcdir)/src/mac/wxmac.icns test.app/Contents/Resources/wxmac.icns
 
-@COND_PLATFORM_MACOSX_1@test_bundle: test.app/Contents
+@COND_PLATFORM_MACOSX_1@test_bundle: test.app/Contents/PkgInfo
 
 test_test.o: $(srcdir)/test.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<