summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorewt <devnull@localhost>1998-03-27 17:41:19 +0000
committerewt <devnull@localhost>1998-03-27 17:41:19 +0000
commit52724fe1edba325109a540ec457c9c86e7880636 (patch)
tree4963e4beaba4158dfc73e4d572cfd0a58b57e72d /tools
parentd4e89c52a245857aaddaf794bca98e639654a1d9 (diff)
downloadrpm-52724fe1edba325109a540ec457c9c86e7880636.tar.gz
rpm-52724fe1edba325109a540ec457c9c86e7880636.tar.bz2
rpm-52724fe1edba325109a540ec457c9c86e7880636.zip
fixed minor typos
CVS patchset: 2055 CVS date: 1998/03/27 17:41:19
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index e8225ac25..4538e302a 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -1,5 +1,5 @@
srcdir = @srcdir@
-VPATH = $(srcdir)
+VPATH = @srcdir@
top_srcdir = @top_srcdir@
include ../Makefile.inc
@@ -7,11 +7,7 @@ include ../Makefile.inc
PROGS = rpmlead rpmheader rpmarchive rpmsignature dump dumpdb
LOADLIBES = @LIBS@ @LIBMISC@ @LIBINTL@
-ifeq (.depend,$(wildcard .depend))
TARGET=everything
-else
-TARGET=depend everything
-endif
all: $(TARGET)