From 460936bc0aa612c85163ebef9bc15fe340355a63 Mon Sep 17 00:00:00 2001 From: short <> Date: Mon, 4 Mar 2002 20:31:26 +0000 Subject: [PATCH] Cosmetic: removed no longer needed filter-out of "-pg" option --- gnokii/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnokii/Makefile b/gnokii/Makefile index f46dc45..567d986 100644 --- a/gnokii/Makefile +++ b/gnokii/Makefile @@ -33,7 +33,7 @@ hello: hello.o cleanup.o $(CC) $(LDFLAGS) $(TARGET_ARCH) $^ -o $@ cleanup.o: cleanup.c - $(CC) $(filter-out -pg,$(CFLAGS)) $(CPPFLAGS) $(TARGET_ARCH) -c $^ -o $@ + $(CC) $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -c -o $@ $< $(TOPDIR)/common/common.a: $(MAKE) -C $(TOPDIR)/common common.a -- 1.8.3.1