summaryrefslogtreecommitdiff
path: root/zwgc/Makefile.in
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1997-09-29 04:49:03 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1997-09-29 04:49:03 +0000
commit17416619185d3a9aeb006a931be0e50a25f809cf (patch)
tree0c3ab6c6115b4784d76275ea39ea4dd5adf86b09 /zwgc/Makefile.in
parentbb56e5757cd0639afee1ddafccc12cb94116de0f (diff)
The new world order is to assume POSIX regexps.
Diffstat (limited to 'zwgc/Makefile.in')
-rw-r--r--zwgc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/zwgc/Makefile.in b/zwgc/Makefile.in
index ca76220..ce75d68 100644
--- a/zwgc/Makefile.in
+++ b/zwgc/Makefile.in
@@ -27,7 +27,7 @@ CFLAGS=${DEBUG} -DDATADIR=\"${datadir}\" -I${top_srcdir}/h \
YFLAGS=-d
LDFLAGS=${DEBUG} -L${BUILDTOP}/lib @X_LIBS@ @LDFLAGS@
LIBS=-lzephyr @LIBS@ -lcom_err @X_PRE_LIBS@ @ZWGC_LIBX11@ @X_EXTRA_LIBS@ \
- @TLIB@ @RLIB@
+ @TLIB@ @RX_LIBS@
OBJS= port_dictionary.o pointer_dictionary.o unsigned_long_dictionary.o \
string_dictionary.o int_dictionary.o string_dictionary_aux.o \