ossp-pkg/ex/Makefile.in 1.4 -> 1.5
--- Makefile.in 2002/01/31 21:20:44 1.4
+++ Makefile.in 2002/02/05 19:52:24 1.5
@@ -67,6 +67,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`
|
|