summaryrefslogtreecommitdiffstats
path: root/src/util/profile/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/profile/Makefile.in')
-rw-r--r--src/util/profile/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 6851a5be00..b13253823b 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -19,7 +19,7 @@ LIBS = ../et/libcom_err.a
all:: includes libprofile.a test_parse test_profile
libprofile.a: $(OBJS)
- $(ARCHIVE) $@ $(OBJS)
+ $(ARADD) $@ $(OBJS)
$(RANLIB) $@
test_parse: test_parse.o $(OBJS) $(LIBS)