From 0ef0d738d587dc0ca1dc42e4bf43ef74c246d167 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 16 Sep 2011 11:54:13 +0000 Subject: [PATCH] Re-generated Makefiles --- src/Makefile | 2 +- tools/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Makefile b/src/Makefile index c61d88f..579ddb3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ TARGETS = configure makedepend PREFIX = /usr/local DESTDIR = BINDIR = $(PREFIX)/bin -CC = cc +CC ?= cc CPPFLAGSF?= CPPFLAGS= CFLAGSF = -W `pkg-config --cflags libSystem` diff --git a/tools/Makefile b/tools/Makefile index b65cfbe..fbab279 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -2,7 +2,7 @@ TARGETS = pkg-config PREFIX = /usr/local DESTDIR = BINDIR = $(PREFIX)/bin -CC = cc +CC ?= cc CPPFLAGSF?= CPPFLAGS?= CFLAGSF = -W