diff options
author | jbj <devnull@localhost> | 1999-09-26 23:16:14 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-09-26 23:16:14 +0000 |
commit | a38a3b7f35adebd1bbefa7cf2ccde413db1c8a2e (patch) | |
tree | a726c5c72f575e4b695b29280c83fa00c4072bf0 /python/Makefile.in | |
parent | 23ddc3c8ceb8484e05acc9920db98b3e54ad0df8 (diff) | |
download | librpm-tizen-a38a3b7f35adebd1bbefa7cf2ccde413db1c8a2e.tar.gz librpm-tizen-a38a3b7f35adebd1bbefa7cf2ccde413db1c8a2e.tar.bz2 librpm-tizen-a38a3b7f35adebd1bbefa7cf2ccde413db1c8a2e.zip |
Sanity.
CVS patchset: 3334
CVS date: 1999/09/26 23:16:14
Diffstat (limited to 'python/Makefile.in')
-rw-r--r-- | python/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.in b/python/Makefile.in index 35ffdf9b2..534c9a5be 100644 --- a/python/Makefile.in +++ b/python/Makefile.in @@ -189,7 +189,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/hash.P .deps/rpmmodule.P .deps/upgrade.P SOURCES = $(librpmmodule_la_SOURCES) $(rpmmodule_so_SOURCES) |