]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed Makefile.in for samples
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Dec 2003 21:40:24 +0000 (21:40 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 14 Dec 2003 21:40:24 +0000 (21:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24843 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/bakefiles/common.bkl

index 38be4fa52223f332563cefc5372935199782ee28..4315de2cebb1d1935e98a227af980c4ce3969540 100644 (file)
@@ -514,4 +514,11 @@ $(TAB)copy "$(DOLLAR)(InputPath)" $(SETUPHDIR)\wx\setup.h
         </if>
     </define-tag>
 
         </if>
     </define-tag>
 
+
+    <!-- A hack to keep autoconf happy (we pass CPPFLAGS that contain
+         {top_srcdir} from configure, poor bakefile can't know that
+         and won't output top_srcdir = @top_srcdir@ line): -->
+    <set var="VARS_DONT_ELIMINATE" append="1">top_srcdir</set>
+
+
 </makefile>
 </makefile>