From f4ccc38cdf5be6a3f05b1510c8ff6b767b5b57ad Mon Sep 17 00:00:00 2001 From: jbj Date: Tue, 19 Jan 1999 19:50:18 +0000 Subject: [PATCH] Automake fiddles. CVS patchset: 2724 CVS date: 1999/01/19 19:50:18 --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index a1c990b..946534e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,7 +103,7 @@ archive: @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) rpm || : @mv /tmp/rpm /tmp/rpm-$(VERSION) @rm /tmp/rpm-$(VERSION)/popt/popt.spec - @cd /tmp/rpm-$(VERSION); ./autogen.sh ; make depend; make distclean + @cd /tmp/rpm-$(VERSION); ./autogen.sh @make -C /tmp/rpm-$(VERSION) depend distclean @cd /tmp/rpm-$(VERSION); ./autogen.sh --noconfigure @cd /tmp; tar czSpf rpm-$(VERSION).tar.gz rpm-$(VERSION) diff --git a/Makefile.in b/Makefile.in index e0df0aa..938a2ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -747,7 +747,7 @@ archive: @cd /tmp; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) rpm || : @mv /tmp/rpm /tmp/rpm-$(VERSION) @rm /tmp/rpm-$(VERSION)/popt/popt.spec - @cd /tmp/rpm-$(VERSION); ./autogen.sh ; make depend; make distclean + @cd /tmp/rpm-$(VERSION); ./autogen.sh @make -C /tmp/rpm-$(VERSION) depend distclean @cd /tmp/rpm-$(VERSION); ./autogen.sh --noconfigure @cd /tmp; tar czSpf rpm-$(VERSION).tar.gz rpm-$(VERSION) -- 2.7.4