|
Check-in Number:
|
1811 | |
| Date: |
2002-Feb-05 20:53:31 (local)
2002-Feb-05 19:53:31 (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/popt/Makefile.in 1.1 -> 1.2
--- 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`
|
|