From a986e72e3486c6cb2007c222921c809eced22ecb Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Wed, 21 Feb 2001 11:19:29 +0000
Subject: [PATCH] *** empty log message ***

---
 Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index c7b30f56a3..ef8ffb51e4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.66 2001-02-21 11:01:20 geuzaine Exp $
+# $Id: Makefile,v 1.67 2001-02-21 11:19:29 geuzaine Exp $
 # ----------------------------------------------------------------------
 #  Makefile for Gmsh  
 # ----------------------------------------------------------------------
@@ -442,8 +442,7 @@ fltk_rpm: src
 	mv $(GMSH_SRCRPM).tar.gz /usr/src/redhat/SOURCES
 	rpm -bb utils/gmsh_fltk.spec
 	cp /usr/src/redhat/RPMS/i386/$(GMSH_SRCRPM)-1.i386.rpm .
-	cp /usr/src/redhat/BUILD/$(GMSH_SRCRPM)/bin/gmsh $(GMSH_BIN_DIR)
-	make compress_bin
+	cp /usr/src/redhat/BUILD/$(GMSH_SRCRPM)/gmsh-$(GMSH_RELEASE)-$(GMSH_UNAME).tgz .
 
 fltk_mingw: tag
 	@for i in $(GMSH_FLTK_DIR); do (cd $$i && $(MAKE) \
-- 
GitLab