|
Check-in Number:
|
1835 | |
| Date: |
2002-Feb-08 19:31:57 (local)
2002-Feb-08 18:31:57 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
Object files depend on the makefile.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
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`
|
|