diff options
author | jbj <devnull@localhost> | 2001-06-06 12:36:31 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2001-06-06 12:36:31 +0000 |
commit | f0a67ca8b05a635340213158e9086b3bdf5443fd (patch) | |
tree | f3851640877936a02f4c92571116ddb72ebc8418 /python | |
parent | c635bbf0aedc73aa138078ffe1c761507de9d91a (diff) | |
download | librpm-tizen-f0a67ca8b05a635340213158e9086b3bdf5443fd.tar.gz librpm-tizen-f0a67ca8b05a635340213158e9086b3bdf5443fd.tar.bz2 librpm-tizen-f0a67ca8b05a635340213158e9086b3bdf5443fd.zip |
- permit duplicates for btree indices.
CVS patchset: 4843
CVS date: 2001/06/06 12:36:31
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 4b5f440e4..185b33b4e 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -128,7 +128,6 @@ RPMGROUP = @RPMGROUP@ RPMUID = @RPMUID@ RPMUSER = @RPMUSER@ SYSCONFIGDIR = @SYSCONFIGDIR@ -TOP_SOURCEDIR = @TOP_SOURCEDIR@ U = @U@ UNZIPBIN = @UNZIPBIN@ USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ |