Check-in Number:
|
1812 | |
Date: |
2002-Feb-05 20:54:21 (local)
2002-Feb-05 19:54:21 (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/str/Makefile.in 1.42 -> 1.43
--- Makefile.in 2002/02/05 16:14:28 1.42
+++ Makefile.in 2002/02/05 19:54:21 1.43
@@ -97,6 +97,8 @@
all: libstr.la str_test str.3 str-config.1
+$(OBJS): Makefile
+
libstr.la: $(OBJS)
$(LIBTOOL) --mode=link --quiet $(CC) -o libstr.la $(OBJS) -rpath $(libdir) \
-version-info `$(SHTOOL) version -l c -d libtool str_version.c`
|
|