From d3275134dbec87721ae5eea3d4cda6941cdbd20e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 2 Apr 2001 21:22:56 +0000 Subject: (upload): fix uploading of images --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b04d96b2e..c10bc06da 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ upload: $(MAKE) clean # # done before make install to increment ChangeLog version -# tools/addchangelog.pl tools/cvslog2changelog.pl | tools/mailchangelog.pl & + tools/addchangelog.pl tools/cvslog2changelog.pl | tools/mailchangelog.pl & $(MAKE) install @@ -105,7 +105,7 @@ upload: upload misc rpmtools.pm ;\ upload misc auto ;\ upload '' live_update ;\ - for i in $(FRELEASE_BOOT_IMG); do for j in $${i}*; do upload images $$j; done; done;\ + for i in $(RELEASE_BOOT_IMG); do for j in $${i}*; do upload images $$j; done; done;\ echo upload_sparc: -- cgit v1.2.1