with an 8.3 filesystem.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5452
dc483132-0cff-0310-8789-
dd5450dbe970
--- /dev/null
+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.
+
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