f3ba7fefc2
OK jcs@, landry@, jasper@, sthen@
17 lines
679 B
Plaintext
17 lines
679 B
Plaintext
$OpenBSD: patch-langscan_python_Makefile_in,v 1.1 2010/09/23 22:14:53 jeremy Exp $
|
|
--- langscan/python/Makefile.in.orig Mon Jul 4 08:08:40 2005
|
|
+++ langscan/python/Makefile.in Mon Sep 13 13:17:51 2010
|
|
@@ -497,10 +497,10 @@ uninstall-info: uninstall-info-recursive
|
|
|
|
|
|
python.h: ../_template.h tokenlist.txt
|
|
- ruby ../_make_h.rb ../_template.h tokenlist.txt python Python
|
|
+ ruby18 ../_make_h.rb ../_template.h tokenlist.txt python Python
|
|
|
|
python.c: ../_template.c
|
|
- ruby ../_make_c.rb ../_template.c python Python
|
|
+ ruby18 ../_make_c.rb ../_template.c python Python
|
|
|
|
# We do this to workaround flex 2.5.4 issue because our .l
|
|
# file could not be processed with flex 2.5.4.
|