diff options
author | jbj <devnull@localhost> | 2001-05-08 13:59:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-05-08 13:59:47 +0000 |
commit | 47a7f6e9177a12ba07bed42bca2a230c48eaa6a8 (patch) | |
tree | 499f303dcf3d6135e2091fc797df668fce1f4d90 /db3 | |
parent | 9c636fed5b7e038315b77114b1ba9e46051351f4 (diff) | |
download | librpm-tizen-47a7f6e9177a12ba07bed42bca2a230c48eaa6a8.tar.gz librpm-tizen-47a7f6e9177a12ba07bed42bca2a230c48eaa6a8.tar.bz2 librpm-tizen-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')
-rwxr-xr-x | db3/configure | 8 |
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 |