diff options
author | Reuben Thomas <rrt@sc3d.org> | 2010-11-10 21:10:53 +0000 |
---|---|---|
committer | Reuben Thomas <rrt@sc3d.org> | 2010-11-10 21:10:53 +0000 |
commit | 3bdf31be00499671f8a1bed36330345a141c188e (patch) | |
tree | b09ee79dbabcbe035d5ff94c103557ebf92652a8 /src | |
parent | c0798523e9ee44288199c79b6b25eff391909161 (diff) | |
download | lrexlib-3bdf31be00499671f8a1bed36330345a141c188e.tar.gz |
Undo a mistakenly-committed change.
Diffstat (limited to 'src')
-rw-r--r-- | src/gnu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnu/Makefile b/src/gnu/Makefile index bdb1de9..8c3991d 100644 --- a/src/gnu/Makefile +++ b/src/gnu/Makefile @@ -13,8 +13,8 @@ LIB = # try to uncomment and edit the settings below. # The default settings below work with a libgnu.a in the current directory, # copied from any libgnu.a built with the regex module. -INC = -I. -DREX_GNU_INCLUDE='"regex.h"' -LIB = -L. -lgnu +#INC = -I. -DREX_GNU_INCLUDE='"regex.h"' +#LIB = -L. -lgnu # Regex library name REGNAME = gnu |