From: Theodore Tso Date: Sat, 7 Oct 1995 02:25:33 +0000 (+0000) Subject: Include the file windows.in instead of pre.in X-Git-Tag: krb5-1.0-beta6~923 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=becc75622240e33b9275cb378bda89720388924c;p=krb5.git Include the file windows.in instead of pre.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6945 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index 61339b6a9..259a4be9a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ Fri Oct 6 00:57:25 1995 Theodore Y. Ts'o + * wconfig.c: Include the file windows.in instead of pre.in + * Makefile.in (ekrbsrc.mac): Build the list of files *after* building files using awk-windows-mac. diff --git a/src/wconfig.c b/src/wconfig.c index 9081f1d43..ae4a85610 100644 --- a/src/wconfig.c +++ b/src/wconfig.c @@ -46,7 +46,7 @@ int main(int argc, char *argv[]) { char *ptr; /* For parsing the input */ if (argc == 2) /* Config directory given */ - copy_file (argv[1], "\\pre.in"); /* Send out prefix */ + copy_file (argv[1], "\\windows.in"); /* Send out prefix */ while ((ptr = gets(buf)) != NULL) { /* Filter stdin */ if (memcmp ("##DOS", buf, 5) == 0)