From: Theodore Tso Date: Sat, 22 Apr 1995 05:27:04 +0000 (+0000) Subject: Rename profile.h.in to profile.hin to, make things easier for systems X-Git-Tag: krb5-1.0-beta5~294 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5fad6fd9aa1b811c61ca269cac77fdecf976020e;p=krb5.git 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 --- diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog new file mode 100644 index 000000000..89a08484c --- /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 80386b190..6851a5be0 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 similarity index 100% rename from src/util/profile/profile.h.in rename to src/util/profile/profile.hin