summaryrefslogtreecommitdiffstats
path: root/src/util/profile
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
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')
-rw-r--r--src/util/profile/ChangeLog5
-rw-r--r--src/util/profile/Makefile.in4
-rw-r--r--src/util/profile/profile.hin (renamed from src/util/profile/profile.h.in)0
3 files changed, 7 insertions, 2 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
new file mode 100644
index 0000000000..89a08484c2
--- /dev/null
+++ b/src/util/profile/ChangeLog
@@ -0,0 +1,5 @@
+Sat Apr 22 01:25:58 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * Makefile.in: Rename profile.h.in to profile.hin to, make things
+ easier for systems with an 8.3 filesystem.
+
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
diff --git a/src/util/profile/profile.h.in b/src/util/profile/profile.hin
index 3d34d082c4..3d34d082c4 100644
--- a/src/util/profile/profile.h.in
+++ b/src/util/profile/profile.hin