changeset 952:b45be5f70a06

remove Flex location hacking.
author Han-Wen Nienhuys <hanwen@xs4all.nl>
date Thu, 12 Jan 2006 11:42:46 +0100
parents 4fbc3151d0a6
children 74de7dc5f3be
files specs/framework.py
diffstat 1 files changed, 0 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/specs/framework.py	Thu Jan 12 11:31:28 2006 +0100
+++ b/specs/framework.py	Thu Jan 12 11:42:46 2006 +0100
@@ -328,15 +328,6 @@
 
 	def configure (self):
 		self.autoupdate ()
-
-		flex_loc = self.read_pipe ('which flex')
-		flex_include_dir = os.path.split (flex_loc)[0] + "/../include"
-
-		# URG.
-		gub.Package.system (self, '''
-mkdir -p %(builddir)s
-cp %(flex_include_dir)s/FlexLexer.h %(builddir)s/
-''', locals ())
 		targetpackage.Target_package.configure (self)
 
 	# FIXME: shared for all CVS packages