diff options
Diffstat (limited to 'math/rascal/files/patch-Makefile')
-rw-r--r-- | math/rascal/files/patch-Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/math/rascal/files/patch-Makefile b/math/rascal/files/patch-Makefile deleted file mode 100644 index 2cf701a1da2f..000000000000 --- a/math/rascal/files/patch-Makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- Makefile.orig Mon Dec 2 11:51:54 2002 -+++ Makefile Mon Dec 2 11:53:24 2002 -@@ -19,8 +19,7 @@ - - VERSION=0.3.2 - --CC=g++ --CFLAGS=-O0 -fno-rtti -g -DVERSION=\"$(VERSION)\" -+CFLAGS+=-DVERSION=\"$(VERSION)\" -I%%LOCALBASE%%/include - # With the following options you may generate an optimized version of - # Rascal, but you will need a lot of time (takes 20min, that is 15* - # longer, on my machine) and physical memory (256 MB physical memory -@@ -38,10 +37,14 @@ - RMDIR=rm -rf - INSTDIR=install -d - --LIBS=-lm -lreadline -lcurses -+LIBS+=-lm -lreadline -lcurses ${LDFLAGS} - OBJS=y.tab.o lex.yy.o symtab.o value.o - - -include value.mak -+ -+.SUFFIXES: .o .c -+ -+.c.o: ; ${CXX} ${CFLAGS} -c $*.c - - all: rascal - |