summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2010-10-26 14:20:23 +0100
committerReuben Thomas <rrt@sc3d.org>2010-10-26 14:20:45 +0100
commitcee4d819c42451bde38e2e23e67afc6fb876a83e (patch)
tree297e4cdc39e25ca2b929264bd8233970756e8cfc /src
parent46f735084490c3b80040ad6ddf1feba963dff1c3 (diff)
downloadlrexlib-cee4d819c42451bde38e2e23e67afc6fb876a83e.tar.gz
Improve portability of build system. (Shmuel)
Diffstat (limited to 'src')
-rw-r--r--src/gnu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnu/Makefile b/src/gnu/Makefile
index 8c3991d..bdb1de9 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