From 23c23592f422ec7696f92a1c7a056c408b23692b Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 14 Sep 2012 11:42:56 +0100 Subject: [PATCH] opr: Libtool archive should depend on symbol file There should be a dependency between the libtool archive liboafs_opr.la and the symbol map for the archive (liboafs_opr.la.sym) so the archive is rebuilt if symbols are added to, or removed from, the map file. Change-Id: Ifb0cd0a8abaa4c9b476c53cf186458ec0b8f8778 Reviewed-on: http://gerrit.openafs.org/8107 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/opr/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opr/Makefile.in b/src/opr/Makefile.in index 64f87a498..48430a6e9 100644 --- a/src/opr/Makefile.in +++ b/src/opr/Makefile.in @@ -16,7 +16,7 @@ HEADERS = $(TOP_INCDIR)/afs/opr.h \ all: $(HEADERS) liboafs_opr.la $(TOP_LIBDIR)/libopr_pic.a $(TOP_LIBDIR)/libopr.a -liboafs_opr.la: $(LT_objs) $(LT_deps) +liboafs_opr.la: liboafs_opr.la.sym $(LT_objs) $(LT_deps) $(LT_LDLIB_shlib) $(LT_objs) $(LT_deps) $(LT_libs) libopr.a: $(LT_objs) -- 2.39.5