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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 80386b1909..6851a5be00 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -28,8 +28,8 @@ test_parse: test_parse.o $(OBJS) $(LIBS)
test_profile: test_profile.o $(OBJS) $(LIBS)
$(CC) -o test_profile test_profile.o $(OBJS) $(LIBS)
-profile.h: prof_err.h profile.h.in
- cat $(srcdir)/profile.h.in prof_err.h > $@
+profile.h: prof_err.h profile.hin
+ cat $(srcdir)/profile.hin prof_err.h > $@
prof_err.h: $(srcdir)/prof_err.et