diff options
Diffstat (limited to 'gmon')
-rw-r--r-- | gmon/Makefile | 2 |
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 $< $@ |