Remove krb5-types.h.w32

We are generating krb5-types.h using bits.c.
This commit is contained in:
Asanka Herath
2009-11-26 01:26:41 -05:00
parent faa7dd7234
commit b397a69ca7
2 changed files with 2 additions and 68 deletions

View File

@@ -43,10 +43,6 @@ INCFILES= \
$(INCDIR)\krb5-types.h \
$(INCDIR)\version.h
!ifdef USE_STATIC_KRB5_TYPES
$(INCDIR)\krb5-types.h: krb5-types.h.w32
$(CP) $** $@
!else
$(INCDIR)\krb5-types.h: $(OBJ)\bits.exe
$(OBJ)\bits.exe $(INCDIR)\krb5-types.h
@@ -54,8 +50,6 @@ $(OBJ)\bits.exe: $(OBJ)\bits.obj
$(EXECONLINK)
$(EXEPREP_NODIST)
!endif
$(INCDIR)\config.h: config.h.w32 ..\windows\NTMakefile.config NTMakefile
$(PERL) << < config.h.w32 > $@
@@ -78,7 +72,8 @@ while(<>) {
if ("$(HAVE_PTHREAD_H)") { print "#define HAVE_PTHREAD_H 1\n"; }
if ("$(ENV_HACK)") { print "#define ENV_HACK 1\n"; }
if ("$(HAVE_KCM)") { print "#define HAVE_KCM 1\n"; }
if ("$(DIR_hdbdir)") { print "#define HDB_DB_DIR \"$(DIR_hdbdir)\"\n"; }
if ("$(HAVE_SCC)") { print "#define HAVE_SCC 1\n"; }
if ("$(DIR_hdbdir)") { print "#define HDB_DB_DIR \"".'$(DIR_hdbdir)'."\"\n"; }
} elsif (m/\@VERSION_OPTDEFS\@/) {