Index: ossp-pkg/popt/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/popt/Makefile.in,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/popt/Makefile.in,v' 2>/dev/null --- Makefile.in 2002/01/30 14:05:32 1.1 +++ Makefile.in 2002/02/05 19:53:31 1.2 @@ -63,6 +63,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`