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 <[email protected]> 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.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
