Update of /cvsroot/wisp/wisp/src
In directory usw-pr-cvs1:/tmp/cvs-serv3895/src
Modified Files:
Makefile.am
Removed Files:
memcmp.c
Log Message:
Dropped memcmp.c .
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/src/Makefile.am,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Makefile.am 4 Sep 2002 14:26:24 -0000 1.87
+++ Makefile.am 7 Sep 2002 21:52:26 -0000 1.88
@@ -20,7 +20,7 @@
# Wrap memory management functions for gc purposes
wisp_LDADDS = "-Wl,--wrap,malloc,--wrap,realloc,--wrap,free"
-LIBS = @LIBS@ @LIBOBJS@ native/libnative.a
+LIBS = @LIBS@ native/libnative.a
PERL = @PERL@ -I$(srcdir)
DEFS = $(filter-out -DHAVE_CONFIG_H,@DEFS@) -D@SYSTYPE@ -D@CPUTYPE@ -I$(srcdir) -I.
--- memcmp.c DELETED ---
|