summaryrefslogtreecommitdiff
path: root/db3/configure
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-05-08 13:59:47 +0000
committerjbj <devnull@localhost>2001-05-08 13:59:47 +0000
commit47a7f6e9177a12ba07bed42bca2a230c48eaa6a8 (patch)
tree499f303dcf3d6135e2091fc797df668fce1f4d90 /db3/configure
parent9c636fed5b7e038315b77114b1ba9e46051351f4 (diff)
downloadrpm-47a7f6e9177a12ba07bed42bca2a230c48eaa6a8.tar.gz
rpm-47a7f6e9177a12ba07bed42bca2a230c48eaa6a8.tar.bz2
rpm-47a7f6e9177a12ba07bed42bca2a230c48eaa6a8.zip
Create db2 file manifest, as alpha is different.
CVS patchset: 4755 CVS date: 2001/05/08 13:59:47
Diffstat (limited to 'db3/configure')
-rwxr-xr-xdb3/configure8
1 files changed, 6 insertions, 2 deletions
diff --git a/db3/configure b/db3/configure
index 6ca89f528..16f8f8e66 100755
--- a/db3/configure
+++ b/db3/configure
@@ -6,8 +6,12 @@ CFLAGS="$CFLAGS" $db_dist/configure \
mv Makefile Makefile.orig
cat Makefile.orig | sed -e '/^install:/c\
-distdir:\
+.PHONY: listobjs\
+listobjs:\
+ @echo $(OBJS)\
\
-install:\
+distdir install:\
\
db3_install: all install_setip \\' > Makefile
+
+make -s listobjs > db3lobjs