dd0250f5b0
* Can build and install gadgets optionally * Install docs * minor fixes * Reset maintainer (two timeouts, not heard from since 2008) PR: 191128 Submitted by: Zsolt Udvari
9 lines
219 B
Makefile
9 lines
219 B
Makefile
--- ./gadgets/config.mk.orig 2007-08-18 08:18:50.000000000 +0200
|
|
+++ ./gadgets/config.mk 2014-06-17 14:58:37.000000000 +0200
|
|
@@ -14,5 +14,5 @@
|
|
LDFLAGS = ${LIBS}
|
|
|
|
# compiler and linker
|
|
-CC = gcc
|
|
+CC ?= cc
|
|
LD = ${CC}
|