From 8de2ed2211e4d7374f9c81e9f4d61a0c69afd47d Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Fri, 7 Mar 2025 11:04:42 -0500 Subject: [PATCH] TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. gcl (2.6.14-16) unstable; urgency=medium * Version_2_6_15pre15 Gbp-Pq: Name Version_2_6_15pre15 --- git.tag | 2 +- o/makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/git.tag b/git.tag index fcc5d84a..885a5f3d 100644 --- a/git.tag +++ b/git.tag @@ -1 +1 @@ -"Version_2_6_15pre14" +"Version_2_6_15pre15" diff --git a/o/makefile b/o/makefile index 4c6fe008..10f98931 100644 --- a/o/makefile +++ b/o/makefile @@ -71,7 +71,7 @@ boot.h: boot.ini rm $*.c $(DPP): ../bin/dpp.c - ${CC} $(CFLAGS) $(LDFLAGS) ${DEFS} -o $@ $< + ${CC} $(filter-out -pg,$(CFLAGS)) $(LDFLAGS) ${DEFS} -o $@ $< new_init.c: ${INI_FILES} echo '#include "make-init.h"' > $@ -- 2.30.2