From c8ec2458a7af77db2b8bd2fca54400ee2798c15a Mon Sep 17 00:00:00 2001 From: Robert Clausecker Date: Sun, 10 Mar 2013 02:08:53 +0100 Subject: [PATCH] Restore makefiles/Makefile.linux I accidentially committed some stuff that wasn't meant to be committed. --- makefiles/Makefile.linux | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefiles/Makefile.linux b/makefiles/Makefile.linux index 743e7c4..17614ed 100755 --- a/makefiles/Makefile.linux +++ b/makefiles/Makefile.linux @@ -17,7 +17,7 @@ RANLIB = ranlib #CC = cc #### On Sun's, this should be gcc (ANSI required). -CC = clang +CC = gcc #### Linker Flags ldflags = @@ -206,7 +206,7 @@ krblibs = $(krb4libs) $(krb5libs) #### . If you want to define the default Mosaic documentation directory #### (should be a URL), set -DDOCS_DIRECTORY_DEFAULT=\\\"url\\\" #### . Other things you can define are spelled out in src/mosaic.h. -customflags = -O3 -DHOME_PAGE_DEFAULT=\\\"about:blank\\\" +customflags =