summaryrefslogtreecommitdiffstats
path: root/src/appl/mailquery
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1994-09-30 02:57:06 +0000
committerTheodore Tso <tytso@mit.edu>1994-09-30 02:57:06 +0000
commitf84c8f9ec86812fce06f75d7136a4444df0bca29 (patch)
tree05969240af469a7c0768cb6adcdbddbca2650096 /src/appl/mailquery
parentccfaefdf174943379ddd8e9aa8a139a8d7d70c8e (diff)
downloadkrb5-f84c8f9ec86812fce06f75d7136a4444df0bca29.tar.gz
krb5-f84c8f9ec86812fce06f75d7136a4444df0bca29.tar.xz
krb5-f84c8f9ec86812fce06f75d7136a4444df0bca29.zip
Relink executable if libraries change
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4400 dc483132-0cff-0310-8789-dd5450dbe970
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)