summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorewt <devnull@localhost>1996-08-19 17:07:07 +0000
committerewt <devnull@localhost>1996-08-19 17:07:07 +0000
commit22bf5cae6d3165e0601c42ffb66f5cad41c8e843 (patch)
tree6ee12c7bcc780703c1d2f9204486042f541ef8d0 /build
parent623fd34b9706ec8935393a5d71b75584211616a3 (diff)
downloadrpm-22bf5cae6d3165e0601c42ffb66f5cad41c8e843.tar.gz
rpm-22bf5cae6d3165e0601c42ffb66f5cad41c8e843.tar.bz2
rpm-22bf5cae6d3165e0601c42ffb66f5cad41c8e843.zip
changed to use autoconf
CVS patchset: 960 CVS date: 1996/08/19 17:07:07
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/Makefile.in b/build/Makefile.in
index 01344aeae..56dce8239 100644
--- a/build/Makefile.in
+++ b/build/Makefile.in
@@ -1,6 +1,14 @@
+CC = @CC@
+CPP = @CPP@
+
+srcdir = @srcdir@
+VPATH = $(srcdir)
+
LIBOBJECTS = spec.o vspec.o build.o files.o names.o pack.o myftw.o reqprov.o
LIBBUILD = libbuild.a
LOADLIBES = -lrpm $(LIBEFENCE)
+AR = ar r
+RANLIB = ranlib
# -----------------------------------------------------------------------