From 7c97bb094e60bd100c752234397979d32d89a864 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 16 Feb 1996 15:14:24 +0000 Subject: Fri Feb 16 10:14:05 1996 Roland McGrath * Makeconfig (CFLAGS-.po): Use -pg instead of -p. --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index b991f9d492..cd43132f5c 100644 --- a/Makeconfig +++ b/Makeconfig @@ -450,7 +450,7 @@ ifeq (yes,$(build-profile)) # Under --enable-profile, we will build a static library of profiled objects. # The profiled object files are named foo.po. object-suffixes += .po -CFLAGS-.po = -p +CFLAGS-.po = -pg libtype.po = lib%_p.a endif ifeq (yes,$(build-omitfp)) -- cgit 1.4.1