X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b328fad3715dd4a46ce1879e35f7466747503b2d..0b9d8fe18e02e9d848d205c3f36812cd56fc1bcd:/samples/config/Makefile.in diff --git a/samples/config/Makefile.in b/samples/config/Makefile.in index 9ad8fe436c..5b09cf4dd9 100644 --- a/samples/config/Makefile.in +++ b/samples/config/Makefile.in @@ -111,7 +111,7 @@ conftest$(EXEEXT): $(CONFTEST_OBJECTS) $(__conftest___win32rc) $(__conftest___mac_setfilecmd) $(SAMPLES_RPATH_POSTLINK) -conftest.app/Contents: conftest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns +conftest.app/Contents/PkgInfo: conftest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc $(top_srcdir)/src/mac/wxmac.icns mkdir -p conftest.app/Contents mkdir -p conftest.app/Contents/MacOS mkdir -p conftest.app/Contents/Resources @@ -132,7 +132,7 @@ conftest.app/Contents: conftest$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(L ln -f $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).0.rsrc conftest.app/Contents/Resources/conftest.rsrc ln -f $(top_srcdir)/src/mac/wxmac.icns conftest.app/Contents/Resources/wxmac.icns -@COND_PLATFORM_MACOSX_1@conftest_bundle: conftest.app/Contents +@COND_PLATFORM_MACOSX_1@conftest_bundle: conftest.app/Contents/PkgInfo conftest_conftest.o: $(srcdir)/conftest.cpp $(CXXC) -c -o $@ $(CONFTEST_CXXFLAGS) $<