summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorroot <devnull@localhost>1996-06-27 20:15:15 +0000
committerroot <devnull@localhost>1996-06-27 20:15:15 +0000
commit74c00d052d61ca20cf39cd24c02ebf8b61a4e93e (patch)
tree9ede9906d8d9fddf796f6ee2d8edcf96d9ba48a0 /tools
parenta18157f3a98560131eebaad2f54fc20d20a9a172 (diff)
downloadrpm-74c00d052d61ca20cf39cd24c02ebf8b61a4e93e.tar.gz
rpm-74c00d052d61ca20cf39cd24c02ebf8b61a4e93e.tar.bz2
rpm-74c00d052d61ca20cf39cd24c02ebf8b61a4e93e.zip
make tools depend on librpm.a
CVS patchset: 690 CVS date: 1996/06/27 20:15:15
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 1c0bbc492..0025a4fb9 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -18,6 +18,8 @@ clean:
depend:
$(CPP) $(CFLAGS) -M *.c > .depend
+$(PROGS): ../lib/librpm.a
+
ifeq (.depend,$(wildcard .depend))
include .depend
endif