LIBSHARE and LDFLAGS
Godmar Back
kaffe@rufus.w3.org
Thu, 23 Jul 1998 11:00:41 -0600 (MDT)
>
> Can anybody explain me why Makefile.in in all directories below
> libraries/clib define
Because Alexandre apparently forgot that file when submitting his fixes.
Apply:
--- Makefile.in 1998/05/28 03:52:28 1.2
+++ Makefile.in 1998/07/23 16:58:05 1.3
@@ -25,7 +25,7 @@
DLLTOOL= @DLLTOOL@
DEPTOOL= @DEPTOOL@
PIC= @PIC@
-LDFLAGS= @LIBSHARE@
+LDFLAGS= @LIBSHARE@ @LDFLAGS@
LIBS= @LIBS@
LDTAIL= @LDTAIL@ @NET_LIBRARIES@
KVER= @KVER@
- Godmar