summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1993-07-29 04:07:17 +0000
committerTheodore Tso <tytso@mit.edu>1993-07-29 04:07:17 +0000
commit9356e3d1a623ff6bc5bdcd217b55b7f1a7526687 (patch)
tree8d89edb889bc2d38514b432a9116b37795fa691d /src
parentafe8dabd2bbbfeced92170764b5b24c699b7bd91 (diff)
Removed ccimake and imake; those are executables
Fixed project.tmpl to use the mk_cmds in the util directory. Linux porting changes. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2621 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/Imake.tmpl2
-rw-r--r--src/config/Project.tmpl4
-rw-r--r--src/config/ccimakebin4096 -> 0 bytes
-rw-r--r--src/config/imakebin22528 -> 0 bytes
-rw-r--r--src/config/linux.cf1
5 files changed, 4 insertions, 3 deletions
diff --git a/src/config/Imake.tmpl b/src/config/Imake.tmpl
index 8e097811c..c57e44276 100644
--- a/src/config/Imake.tmpl
+++ b/src/config/Imake.tmpl
@@ -292,7 +292,7 @@ XCOMM platform-specific configuration parameters - edit MacroFile to change
* Concat - concatenates two strings.
*/
#ifndef Concat
-#if __STDC__ && !defined(UnixCpp)
+#if __STDC__ && !defined(UnixCpp) && !defined(LinuxArchitecture)
#define ConcatX(a,b)a##b
#define Concat(a,b) ConcatX(a,b)
#else
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index 50ae9b33a..96e90a68d 100644
--- a/src/config/Project.tmpl
+++ b/src/config/Project.tmpl
@@ -16,13 +16,13 @@
#define CompileEtCmd $(TOP)/util/et/compile_et
#endif
#ifndef MkCmdsCmd
-#define MkCmdsCmd mk_cmds
+#define MkCmdsCmd $(TOP)/util/ss/mk_cmds
#endif
#ifndef DependCmd
#define DependCmd makedepend /* assume BINDIR in path */
#endif
#ifndef ImakeCmd
-#define ImakeCmd imake /* assume BINDIR in path */
+#define ImakeCmd imake
#endif
#ifndef SSLib
#define SSLib -L$(TOPLIBD) -lss
diff --git a/src/config/ccimake b/src/config/ccimake
deleted file mode 100644
index 9146bfc39..000000000
--- a/src/config/ccimake
+++ /dev/null
Binary files differ
diff --git a/src/config/imake b/src/config/imake
deleted file mode 100644
index 3662f52b8..000000000
--- a/src/config/imake
+++ /dev/null
Binary files differ
diff --git a/src/config/linux.cf b/src/config/linux.cf
index b8d1ff3a8..c6bd3c5b9 100644
--- a/src/config/linux.cf
+++ b/src/config/linux.cf
@@ -37,6 +37,7 @@
/* #undef HasNdbm */
#define HasNdbm YES
+#define DbmLib -ldbm
#define UnalignedReferencesAllowed YES /* if arbitrary deref is okay */
#define HasSaberC NO