diff options
author | jbj <devnull@localhost> | 2003-12-27 16:02:18 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-27 16:02:18 +0000 |
commit | 067fbd90e2ab33884c3d2131160a3fa7fd1a6009 (patch) | |
tree | c328c02d0aaeb8019e40e3a4302b77c7585e2fc0 /db3/configure | |
parent | 51ae7c0fb086b6467a55a40f3a30e6fb8621dbd6 (diff) | |
download | rpm-067fbd90e2ab33884c3d2131160a3fa7fd1a6009.tar.gz rpm-067fbd90e2ab33884c3d2131160a3fa7fd1a6009.tar.bz2 rpm-067fbd90e2ab33884c3d2131160a3fa7fd1a6009.zip |
Escaped tab for non-gnu sed (#104821).
CVS patchset: 7032
CVS date: 2003/12/27 16:02:18
Diffstat (limited to 'db3/configure')
-rwxr-xr-x | db3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db3/configure b/db3/configure index 1b4aa145c..9a7c06b19 100755 --- a/db3/configure +++ b/db3/configure @@ -18,7 +18,7 @@ mv Makefile Makefile.orig cat Makefile.orig | sed -e '/^install[:-]/c\ .PHONY: listobjs\ listobjs:\ - @echo $(OBJS) $(C_OBJS) \ +\ @echo $(OBJS) $(C_OBJS) \ \ distdir install check:\ \ |