diff --git a/Makefile b/Makefile index 162a9e5b..5df8b62b 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ DFLAGS = -g -DDEBUG_LEVEL=4 -DDO_CLEANUP INCS = -I/sw/include \ -I/usr/include/gcc/darwin/3.3/c++ \ -I/usr/include/gcc/darwin/3.3/c++/ppc-darwin -LIBS = -L/sw/lib -lgmpxx -lgmp -lpcre +LIBS = -L/sw/lib -lgmp -lpcre ifdef GNUCASH CODE := $(CODE) gnucash.cc