summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Carr <jfc@mit.edu>1992-03-25 15:06:47 +0000
committerJohn Carr <jfc@mit.edu>1992-03-25 15:06:47 +0000
commit0475a4893a68c480d1706e8d75504855fecfaf31 (patch)
treebeb4c7714d6264805a4b7d5d7b1982023d729f35 /src
parent83f8766ef5020e3fce3bae5518b7c020c4fcd077 (diff)
Change '-' to '_' in directory name
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2270 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/Imakefile2
1 files changed, 1 insertions, 1 deletions
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))