From 8489d01ef4a03b863c9dae2d2fbd2423f3110ddd Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 20 Jul 2006 10:37:48 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10690 --- clientgui/Makefile.linux.suse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/Makefile.linux.suse b/clientgui/Makefile.linux.suse index 9958c41033..9628317cad 100644 --- a/clientgui/Makefile.linux.suse +++ b/clientgui/Makefile.linux.suse @@ -33,8 +33,6 @@ stdwx.h.gch: stdwx.h .cpp.o: $(CXX) $(CXXINCLUDES) $(CXXFLAGS) -c -o $*.o $< -PROGS = boincmgr_strip - OBJ = \ stdwx.o \ BOINCBaseView.o \ @@ -99,4 +97,6 @@ boincmgr_strip: boincmgr cp boincmgr boincmgr.unmodified strip boincmgr +PROGS = boincmgr_strip + all: $(PROGS)