Cosmetic: removed no longer needed filter-out of "-pg" option
authorshort <>
Mon, 4 Mar 2002 20:31:26 +0000 (20:31 +0000)
committershort <>
Mon, 4 Mar 2002 20:31:26 +0000 (20:31 +0000)
gnokii/Makefile

index f46dc45..567d986 100644 (file)
@@ -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