summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-01-19 19:56:37 +0000
committerjbj <devnull@localhost>1999-01-19 19:56:37 +0000
commitaeb2017fb240f1ebb469b3b98bdfd86fe896f9fe (patch)
treeba1847907ce4c36cbf2c53bb55e91bf52ae54104 /Makefile.am
parentf4ccc38cdf5be6a3f05b1510c8ff6b767b5b57ad (diff)
downloadlibrpm-tizen-aeb2017fb240f1ebb469b3b98bdfd86fe896f9fe.tar.gz
librpm-tizen-aeb2017fb240f1ebb469b3b98bdfd86fe896f9fe.tar.bz2
librpm-tizen-aeb2017fb240f1ebb469b3b98bdfd86fe896f9fe.zip
More automake nonsense.
CVS patchset: 2725 CVS date: 1999/01/19 19:56:37
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 946534e97..49b302f59 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,7 +104,7 @@ archive:
@mv /tmp/rpm /tmp/rpm-$(VERSION)
@rm /tmp/rpm-$(VERSION)/popt/popt.spec
@cd /tmp/rpm-$(VERSION); ./autogen.sh
- @make -C /tmp/rpm-$(VERSION) depend distclean
+ @make -C /tmp/rpm-$(VERSION) distclean
@cd /tmp/rpm-$(VERSION); ./autogen.sh --noconfigure
@cd /tmp; tar czSpf rpm-$(VERSION).tar.gz rpm-$(VERSION)
@rm -rf /tmp/rpm-$(VERSION)