summaryrefslogtreecommitdiff
path: root/gmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gmon/Makefile')
-rw-r--r--gmon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gmon/Makefile b/gmon/Makefile
index 4f8108f82d..a07fe731eb 100644
--- a/gmon/Makefile
+++ b/gmon/Makefile
@@ -40,6 +40,6 @@ ifeq (,$(filter profil,$(unix-syscalls)))
noprof += profil
endif
-$(noprof:%=$(objpfx)%.po): %.po: %.o
+$(noprof:%=$(objpfx)%.op): %.op: %.o
rm -f $@
ln $< $@