summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-05 09:55:08 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-05 09:55:08 +0000
commit922876cd87ddc4b0cc4e517e32d70d7da8a6d364 (patch)
tree758fb6e3f618cabf248bc7593732522faf55f656 /src/config
parentc554782b86b0f048578867c2f3cadaa4ab68971c (diff)
downloadkrb5-922876cd87ddc4b0cc4e517e32d70d7da8a6d364.tar.gz
krb5-922876cd87ddc4b0cc4e517e32d70d7da8a6d364.tar.xz
krb5-922876cd87ddc4b0cc4e517e32d70d7da8a6d364.zip
use default unifdef
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1852 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
-rw-r--r--src/config/Project.tmpl7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl
index 2e2874af07..a0cb3e9c0d 100644
--- a/src/config/Project.tmpl
+++ b/src/config/Project.tmpl
@@ -10,7 +10,7 @@
#define TouchCmd touch
#endif
#ifndef UnifdefCmd
-#define UnifdefCmd $(UNIFDEFSRC)/unifdef
+#define UnifdefCmd unifdef
#endif
#ifndef CompileEtCmd
#define CompileEtCmd $(ETSRC)/compile_et
@@ -263,7 +263,6 @@ P_PROTOS=-UUseNarrowPrototypes
DESDEFINES = DesDefines
ETSRC = $(TOP)/comerr
SSSRC = $(TOP)/ss
- UNIFDEFSRC = $(TOP)/util/unifdef
TOPLIBD = $(TOP)/lib
OSLIB = os
OSDEPLIB = $(TOPLIBD)/libos.a
@@ -312,8 +311,4 @@ P_PROTOS=-UUseNarrowPrototypes
COMERRLIB = ComErrLib
COMPILE_ET = CompileEtCmd
#endif
-#ifdef UseUnifdefInstalled
- UNIFDEF = unifdef
-#else
UNIFDEF = UnifdefCmd
-#endif