From: Andre Noll Date: Sat, 22 Dec 2018 13:54:24 +0000 (+0100) Subject: build: Remove hard-coded include path. X-Git-Tag: v0.6.3~51 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=e26bd9f391deb1b764fc718cd9c0c2da508a4adb;hp=e3643cb4802f4ec4bf2c520eeb827c4ad0bdec18 build: Remove hard-coded include path. Compilers generally have /usr/local/include in their default search path. And if they don't, that has to be considered a local policy which should not be ignored. The user can always override it by setting CPPFLAGS. --- diff --git a/Makefile.real b/Makefile.real index f313b98a..1d98ec11 100644 --- a/Makefile.real +++ b/Makefile.real @@ -110,7 +110,6 @@ CPPFLAGS += -DBUILD_DATE='"$(build_date)"' CPPFLAGS += -DLOGLEVELS='$(LOGLEVELS)' CPPFLAGS += -DUNAME_RS='"$(uname_rs)"' CPPFLAGS += -DCC_VERSION='"$(cc_version)"' -CPPFLAGS += -I/usr/local/include CPPFLAGS += -I$(lls_suite_dir) CPPFLAGS += -I$(yy_build_dir) CPPFLAGS += $(lopsub_cppflags)