From: John Carr Date: Wed, 25 Mar 1992 15:06:47 +0000 (+0000) Subject: Change '-' to '_' in directory name X-Git-Tag: krb5-1.0-beta2~192 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0475a4893a68c480d1706e8d75504855fecfaf31;p=krb5.git Change '-' to '_' in directory name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2270 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/appl/Imakefile b/src/appl/Imakefile index 26873ce5b..f871737e9 100644 --- a/src/appl/Imakefile +++ b/src/appl/Imakefile @@ -25,5 +25,5 @@ #define IHaveSubdirs #define PassCDebugFlags -SUBDIRS=sample simple popper movemail user-user +SUBDIRS=sample simple popper movemail user_user MakeSubdirs($(SUBDIRS))