mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
12 lines
253 B
Diff
12 lines
253 B
Diff
|
--- a/build/Makefile
|
||
|
+++ b/build/Makefile
|
||
|
@@ -11,7 +11,7 @@ LEX = flex
|
||
|
LFLAGS = -8
|
||
|
YACC = bison
|
||
|
YFLAGS = -d
|
||
|
-CC = gcc
|
||
|
+CC ?= gcc
|
||
|
IFLAGS = -I$(COMMON_DIR) -I$(MAIN_DIR) -I$(BUILD_DIR)
|
||
|
ifneq ($(strip $(LOCALES)),)
|
||
|
MOFLAGS = -DMO_DIR=\"$(MO_DIR)\"
|