diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-07-24 14:14:27 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-07-24 14:14:27 +0300 |
commit | ee5d67f1f029cb9b5bea5ea87e15229361edffb6 (patch) | |
tree | 4474e12cb47e8288669979965c2172f60e60695a /db3 | |
parent | adff791d95d89ff5f314fd3b335840b424c7fc72 (diff) | |
download | librpm-tizen-ee5d67f1f029cb9b5bea5ea87e15229361edffb6.tar.gz librpm-tizen-ee5d67f1f029cb9b5bea5ea87e15229361edffb6.tar.bz2 librpm-tizen-ee5d67f1f029cb9b5bea5ea87e15229361edffb6.zip |
Fool bdb make system to "work" with distcheck
Diffstat (limited to 'db3')
-rwxr-xr-x | db3/configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/db3/configure b/db3/configure index 012b42328..6f9c580b9 100755 --- a/db3/configure +++ b/db3/configure @@ -20,9 +20,11 @@ cat Makefile.orig | sed -e '/^install[:-]/c\ listobjs:\ \ @echo $(OBJS) $(C_OBJS) \ \ -distdir install check:\ +distdir install check installcheck:\ \ -db4_install: all install_setip' > Makefile +db4_install: all install_setip' \ +-e '/^uninstall[:-]/c\ +uninstall:' > Makefile mv db.h db.h.orig cat db.h.orig | sed \ |