*** ORIG/Makefile Wed Jan 6 11:38:46 2010 --- Makefile Fri Jun 1 19:57:56 2018 *************** *** 9,13 **** # if you prefer that sort of thing. # ! prefix?=/usr BINDIR=${prefix}/bin --- 9,13 ---- # if you prefer that sort of thing. # ! prefix?=/usr/local/crm BINDIR=${prefix}/bin *************** *** 23,26 **** --- 23,28 ---- # with your default compiler, and you want to force GCC, uncomment it. CC=gcc + CFLAGS=-Itre/include + LDFLAGS=$(CFLAGS) -Ltre/lib # load link compiles crmregex_tre.c # # What version is this software (PLEASE don't change this just *************** *** 120,124 **** # Also note that this keeps valgrind from running correctly so comment # it out for debugging. ! LDFLAGS += -static -static-libgcc # use this one if you want program profiling. #LDFLAGS += -static -static-libgcc -pg --- 122,126 ---- # Also note that this keeps valgrind from running correctly so comment # it out for debugging. ! #LDFLAGS += -static -static-libgcc # use this one if you want program profiling. #LDFLAGS += -static -static-libgcc -pg