From 47a7f6e9177a12ba07bed42bca2a230c48eaa6a8 Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 8 May 2001 13:59:47 +0000 Subject: Create db2 file manifest, as alpha is different. CVS patchset: 4755 CVS date: 2001/05/08 13:59:47 --- db3/configure | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'db3') 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 -- cgit v1.2.3