Check-in Number:
|
1810 | |
Date: |
2002-Feb-05 20:52:24 (local)
2002-Feb-05 19:52:24 (UTC) |
User: | rse |
Branch: | |
Comment: |
Force new object file generation if the Makefile changed.
PR:
Submitted by:
Reviewed by:
Approved by:
Obtained from: |
Tickets: |
|
Inspections: |
|
Files: |
|
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`
|
|