ossp-pkg/val/Makefile.in 1.2 -> 1.3
--- Makefile.in 2002/01/21 13:23:35 1.2
+++ Makefile.in 2002/02/08 18:31:57 1.3
@@ -66,6 +66,9 @@
.c.lo:
@$(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -c $<
+$(LIB_OBJS): Makefile
+$(TST_OBJS): Makefile
+
$(LIB_NAME): $(LIB_OBJS)
@$(LIBTOOL) --mode=link $(CC) -o $(LIB_NAME) $(LIB_OBJS) -rpath $(libdir) \
-version-info `$(SHTOOL) version -l txt -d libtool VERSION`
|
|