From 6b958cfc0bbf264614a28341bf378ea02dbb8469 Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Sun, 7 May 2000 19:29:15 +0000 Subject: [PATCH] update for changes to wxPython git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 44c53b0453..783e9c5a3d 100755 --- a/debian/rules +++ b/debian/rules @@ -123,6 +123,7 @@ build-gtk-python-stamp: build-gtk-shared-stamp && touch gtk/*.cpp gtk/*.py \ && ../distrib/build.py -b WXDIR=../../.. WXCONFIG='$(wxconfig)' cd utils/wxPython/modules/html \ + && touch *.cpp *.py \ && ../../distrib/build.py -b WXDIR=../../../.. WXCONFIG='$(wxconfig)' cd utils/wxPython/modules/utils \ && ../../distrib/build.py -b WXDIR=../../../.. WXCONFIG='$(wxconfig)'