summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery
diff options
context:
space:
mode:
Diffstat (limited to 'src/appl/mailquery')
-rw-r--r--src/appl/mailquery/ChangeLog4
-rw-r--r--src/appl/mailquery/Makefile.in3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/appl/mailquery/ChangeLog b/src/appl/mailquery/ChangeLog
index 65012d247..63eff267a 100644
--- a/src/appl/mailquery/ChangeLog
+++ b/src/appl/mailquery/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 29 22:53:17 1994 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in: Relink executables if libraries change
+
Thu Sep 15 11:34:46 1994 Theodore Y. Ts'o (tytso@dcl)
* configure.in: Moved CONFIG_RULES before AC_HAVE_LIBRARY() rules,
diff --git a/src/appl/mailquery/Makefile.in b/src/appl/mailquery/Makefile.in
index 5c64bdc94..ff4d07b63 100644
--- a/src/appl/mailquery/Makefile.in
+++ b/src/appl/mailquery/Makefile.in
@@ -4,10 +4,11 @@ COMERRLIB=$(BUILDTOP)/util/et/libcom_err.a
all::
KLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(ISODELIB) $(COMERRLIB) $(DBMLIB)
+DEPKLIB = $(TOPLIBD)/libkrb5.a $(TOPLIBD)/libcrypto.a $(COMERRLIB) $(DBMLIB)
HESIODLIB =
-mailquery: mailquery.o poplib.o
+mailquery: mailquery.o poplib.o $(DEPKLIB)
$(CC) $(CFLAGS) -o mailquery mailquery.o poplib.o $(KLIB) \
$(HESIODLIB) $(LIBS)