diff options
Diffstat (limited to 'db3/configure')
-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 |