summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/profile/Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index f80bef4c66..80386b1909 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -31,9 +31,9 @@ test_profile: test_profile.o $(OBJS) $(LIBS)
profile.h: prof_err.h profile.h.in
cat $(srcdir)/profile.h.in prof_err.h > $@
-prof_err.h: prof_err.et
+prof_err.h: $(srcdir)/prof_err.et
-prof_err.c: prof_err.et
+prof_err.c: $(srcdir)/prof_err.et
clean::
rm -f $(PROGS) *.o *~ test_parse core libprofile.a prof_err.h \
@@ -44,9 +44,9 @@ clean::
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-prof_tree.o : $(srcdir)/prof_tree.c $(srcdir)/prof_int.h ./prof_err.h
-prof_file.o : $(srcdir)/prof_file.c $(srcdir)/prof_int.h ./prof_err.h
-prof_parse.o : $(srcdir)/prof_parse.c $(srcdir)/prof_int.h ./prof_err.h
-prof_err.o : prof_err.c
-prof_init.o : $(srcdir)/prof_init.c $(srcdir)/prof_int.h ./prof_err.h
+prof_tree.o: $(srcdir)/prof_tree.c $(srcdir)/prof_int.h prof_err.h
+prof_file.o: $(srcdir)/prof_file.c $(srcdir)/prof_int.h prof_err.h
+prof_parse.o: $(srcdir)/prof_parse.c $(srcdir)/prof_int.h prof_err.h
+prof_err.o: prof_err.c
+prof_init.o: $(srcdir)/prof_init.c $(srcdir)/prof_int.h prof_err.h