]> git.saurik.com Git - wxWidgets.git/commitdiff
quick fix for misgenerated console samples' Makefile.in
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 15 Oct 2004 14:35:53 +0000 (14:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 15 Oct 2004 14:35:53 +0000 (14:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29875 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common_samples.bkl

index a0b00c319e30c24bdd1c3e777b1ac9fc648db583..35f9434806056cd29cb36ee0871587195e59c349 100644 (file)
@@ -63,7 +63,7 @@
     <template id="wx_sample_console" template="wx_util_console">
         <if cond="FORMAT=='autoconf'">
             <ldflags>$(SAMPLES_RPATH_FLAG)</ldflags>
-            <__command>$(SAMPLES_RPATH_POSTLINK)</__command>
+            <__command>$(LF)$(SAMPLES_RPATH_POSTLINK)</__command>
         </if>
     </template>