From: leslie Date: Sun, 29 Apr 2012 16:50:52 +0000 (+0200) Subject: fix Makefile to use Make.global X-Git-Tag: upstream/620~15 X-Git-Url: http://www.vanbest.org/gitweb/?a=commitdiff_plain;h=6d8dbee30b6c25bd40cc8176cbabf3ce8fe3e12e;p=sasc-ng.git fix Makefile to use Make.global --- diff --git a/Makefile b/Makefile index e92af9d..1a5714e 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ TMPDIR = /tmp ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -O2 -g -fPIC -Wall -Woverloaded-virtual +CXXFLAGS ?= -O2 -g -Wall -Woverloaded-virtual ### Includes and Defines @@ -62,6 +62,7 @@ SHAREDLIBS = ### Allow user defined options to overwrite defaults: +include $(VDRDIR)/Make.global -include $(VDRDIR)/Make.config -include Make.config