]> git.saurik.com Git - wxWidgets.git/commitdiff
improved dependencies for Info.plist
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 8 May 2002 18:45:25 +0000 (18:45 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 8 May 2002 18:45:25 +0000 (18:45 +0000)
corrected makefile (spaces => tabs)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeprog.env.in

index 9dc501ed51f771e171c8e4b10f677a6d529d1e17..172705a2d69922c2f4cff5ddff1201f0996ec414 100644 (file)
@@ -53,7 +53,7 @@ clean:
 #
 bundle: $(BUNDLE)/MacOS/$(PROGRAM) $(BUNDLE)/Info.plist $(BUNDLE)/PkgInfo $(BUNDLE)/Resources/$(PROGRAM).rsrc $(BUNDLE)/Resources/$(PROGRAM).icns
 
-$(BUNDLE)/Info.plist: $(top_srcdir)/src/$(TOOLKITDIR)/Info.plist.in $(BUNDLE)/MacOS/$(PROGRAM)
+$(BUNDLE)/Info.plist: $(top_srcdir)/src/$(TOOLKITDIR)/Info.plist.in $(top_builddir)/lib/@WX_TARGET_LIBRARY@
        @$(INSTALL) -d `dirname $@`
        sed -e "s/IDENTIFIER/`echo $(program_dir) | sed 's,/,.,g'`/" \
            -e "s/EXECUTABLE/$(PROGRAM)/" \
@@ -68,8 +68,8 @@ $(BUNDLE)/MacOS/$(PROGRAM): $(OBJECTS) $(top_builddir)/lib/@WX_TARGET_LIBRARY@
        $(CXX) $(LDFLAGS_EXE) -o $@ $(OBJECTS) $(LDLIBS) $(LIBRARIES)
 
 $(BUNDLE)/Resources/$(PROGRAM).rsrc: $(top_builddir)/lib/@WX_RESOURCES_MACOSX_DATA@
-        @$(INSTALL) -d `dirname $@`
-        cp $< $@
+       @$(INSTALL) -d `dirname $@`
+       cp $< $@
 
 $(BUNDLE)/Resources/$(PROGRAM).icns: $(top_srcdir)/src/$(TOOLKITDIR)/wxmac.icns
        @$(INSTALL) -d `dirname $@`