]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/bombs/Makefile.in
build a 2.9.x windows setup file and chm and htb sets of docs
[wxWidgets.git] / demos / bombs / Makefile.in
index d6eb548c8882f7cc1c96d4dac6e7d7e1d4932bc3..369959a47ecf4a21cacaac64d02893bc1cf17951 100644 (file)
@@ -34,7 +34,6 @@ EXTRALIBS_GUI = @EXTRALIBS_GUI@
 CXXWARNINGS = @CXXWARNINGS@
 HOST_SUFFIX = @HOST_SUFFIX@
 SAMPLES_RPATH_FLAG = @SAMPLES_RPATH_FLAG@
-SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
 wx_top_builddir = @wx_top_builddir@
 
 ### Variables: ###
@@ -153,7 +152,6 @@ bombs$(EXEEXT): $(BOMBS_OBJECTS) $(__bombs___win32rc)
        
        $(__bombs___mac_setfilecmd)
        $(__bombs___os2_emxbindcmd)
-       $(SAMPLES_RPATH_POSTLINK)
 
 @COND_PLATFORM_MACOSX_1@bombs.app/Contents/PkgInfo: bombs$(EXEEXT) $(top_srcdir)/src/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/carbon/wxmac.icns
 @COND_PLATFORM_MACOSX_1@       mkdir -p bombs.app/Contents
@@ -170,7 +168,7 @@ bombs$(EXEEXT): $(BOMBS_OBJECTS) $(__bombs___win32rc)
 @COND_PLATFORM_MACOSX_1@       echo -n "APPL????" >bombs.app/Contents/PkgInfo
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       
-@COND_PLATFORM_MACOSX_1@       ln -f bombs$(EXEEXT) bombs.app/Contents/MacOS/bombs
+@COND_PLATFORM_MACOSX_1@       mv bombs$(EXEEXT) bombs.app/Contents/MacOS/bombs
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns bombs.app/Contents/Resources/wxmac.icns