[med-svn] [Git][med-team/bioawk][master] Initialize CC_FOR_BUILD to $(CC) if no initial value
Nilesh Patra
gitlab at salsa.debian.org
Wed Mar 17 18:02:14 GMT 2021
Nilesh Patra pushed to branch master at Debian Med / bioawk
Commits:
14b3ed18 by Nilesh Patra at 2021-03-17T23:27:36+05:30
Initialize CC_FOR_BUILD to $(CC) if no initial value
- - - - -
1 changed file:
- debian/patches/cross.patch
Changes:
=====================================
debian/patches/cross.patch
=====================================
@@ -3,7 +3,15 @@ Author: Nilesh Patra <nilesh at debian.org>
Last-Update: 2021-03-17
--- a/Makefile
+++ b/Makefile
-@@ -53,7 +53,7 @@
+@@ -23,6 +23,7 @@
+ # ****************************************************************/
+
+ CC = gcc
++CC_FOR_BUILD ?= $(CC)
+
+ YACC = bison -y
+ YFLAGS = -d
+@@ -53,7 +54,7 @@
./maketab >proctab.c
maketab: ytab.h maketab.c
View it on GitLab: https://salsa.debian.org/med-team/bioawk/-/commit/14b3ed189746b4dbc72c74d4a18eb6840b742898
--
View it on GitLab: https://salsa.debian.org/med-team/bioawk/-/commit/14b3ed189746b4dbc72c74d4a18eb6840b742898
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20210317/6b25a2fd/attachment.htm>
More information about the debian-med-commit
mailing list