Rename profile.h.in to profile.hin to, make things easier for systems
authorTheodore Tso <tytso@mit.edu>
Sat, 22 Apr 1995 05:27:04 +0000 (05:27 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 22 Apr 1995 05:27:04 +0000 (05:27 +0000)
with an 8.3 filesystem.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5452 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog [new file with mode: 0644]
src/util/profile/Makefile.in
src/util/profile/profile.hin [moved from src/util/profile/profile.h.in with 100% similarity]

diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
new file mode 100644 (file)
index 0000000..89a0848
--- /dev/null
@@ -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.
+
index 80386b1909778de50396e3a5641a9cddd889b13a..6851a5be00a178bf2f69a16fedb92d20b834f57b 100644 (file)
@@ -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