From: Camm Maguire Date: Wed, 24 Jul 2019 23:08:39 +0000 (+0100) Subject: pathnames1.6 X-Git-Tag: archive/raspbian/2.6.12-90+rpi1~58 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=24cd8d48358fe9a7c4cb5533128f4a668e7d2f0c;p=gcl.git pathnames1.6 Gbp-Pq: Name pathnames1.6 --- diff --git a/o/makefile b/o/makefile index 57db00ea..f032e9cd 100644 --- a/o/makefile +++ b/o/makefile @@ -34,7 +34,7 @@ boot.o: boot.c $(DECL) boot.h $(CC) -c $(CFLAGS) $(DEFS) -fPIC $*.c $(AUX_INFO) prelink.o: prelink.c $(DECL) - $(CC) -fPIE -c $(filter-out -pg,$(CFLAGS)) $(DEFS) $*.c $(AUX_INFO) + $(CC) -c $(filter-out -pg,$(CFLAGS)) -fPIE $(DEFS) $*.c $(AUX_INFO) %.o: %.c $(DECL) $(CC) -c $(CFLAGS) $(DEFS) $*.c $(AUX_INFO)