ossp-pkg/var/Makefile.in 1.2 -> 1.3
--- Makefile.in 2002/01/02 17:12:18 1.2
+++ Makefile.in 2002/02/05 19:55:42 1.3
@@ -75,6 +75,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`
|
|