From 3a44e4bec8b2a6085338d97c755382b9c5a4734a Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 29 Jul 2005 18:36:45 +0000 Subject: [PATCH] Fix (workaround?) for rpmspec. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/bakefiles/files.bkl | 5 ++--- build/bakefiles/formats/rpmspec.empy | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index 0a935ca153..facd539cf4 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -403,7 +403,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! wx/mimetype.h wx/module.h wx/msgout.h - wx/msgout.h wx/mstream.h wx/object.h wx/platform.h @@ -2789,8 +2788,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_MACOSX_NOTWXMAC_HDR) - $(BASE_UNIX_HDR) - $(BASE_WIN32_HDR) $(BASE_WINCE_HDR) + $(BASE_UNIX_HDR) + $(BASE_WIN32_HDR) $(BASE_WINCE_HDR) $(BASE_MACOSX_HDR) $(BASE_PALMOS_HDR) $(BASE_MSDOS_HDR) diff --git a/build/bakefiles/formats/rpmspec.empy b/build/bakefiles/formats/rpmspec.empy index a4cce6a766..5447f44226 100644 --- a/build/bakefiles/formats/rpmspec.empy +++ b/build/bakefiles/formats/rpmspec.empy @@ -1,5 +1,5 @@ # --- wxBase headers list begins here --- -cat <wxbase-headers-list +cat <wxbase-headers.files @('\n'.join(ALL_BASE_HEADERS.split())) EOF # --- wxBase headers list ends here --- -- 2.47.2