diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 66d05ec801..04f7a47fdb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,7 @@ SHELL= /bin/sh WITH= # Compiler options passed to subordinate makes -OPT= -O +OPT= @OPT@ # Subdirectories where to run make recursively SUBDIRS= Parser Objects Python Modules |