ossp-pkg/js/Makefile.in 1.15 -> 1.16
--- Makefile.in 2006/07/22 20:04:20 1.15
+++ Makefile.in 2006/07/22 20:31:56 1.16
@@ -203,7 +203,7 @@
$(LIB_NAME): $(LIB_OBJS)
@$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
- -version-info `$(SHTOOL) version -l txt -d libtool VERSION`
+ -version-info 0:0
$(CLI_NAME): $(CLI_OBJS)
@$(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(CLI_LDFLAGS) -o $(CLI_NAME) $(CLI_OBJS) $(LIB_NAME) $(LIBS) $(CLI_LIBS)
|
|