summaryrefslogtreecommitdiffstats
path: root/src/util/profile/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-04-22 05:27:04 +0000
committerTheodore Tso <tytso@mit.edu>1995-04-22 05:27:04 +0000
commit5fad6fd9aa1b811c61ca269cac77fdecf976020e (patch)
treeb764c23f894982ba50d496894cc3dfa7c9278adb /src/util/profile/Makefile.in
parent07e49b5cb5fde58f139cc14bec51de956b4c90f6 (diff)
downloadkrb5-5fad6fd9aa1b811c61ca269cac77fdecf976020e.tar.gz
krb5-5fad6fd9aa1b811c61ca269cac77fdecf976020e.tar.xz
krb5-5fad6fd9aa1b811c61ca269cac77fdecf976020e.zip
Rename profile.h.in to profile.hin to, make things easier for systems
with an 8.3 filesystem. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5452 dc483132-0cff-0310-8789-dd5450dbe970
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