Skip to content

Commit

Permalink
Remove kerbsrc-nt
Browse files Browse the repository at this point in the history
NT is long-gone; we don't need to keep a special-case error message
around telling people not to use it.
Clean out the unneeded code from the Makefile.in
  • Loading branch information
kaduk committed Sep 24, 2012
1 parent 00a3de6 commit 8849e7e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -424,14 +424,6 @@ kerbsrc.zip: dos-Makefile awk-windows-mac winfile.list
$(ZIP) -D kerbsrc.zip $(WINBINARYFILES)
rm -f $(CLEANUP)

kerbsrc-nt.zip: kerbsrc-nt-is-obsolete

kerbsrc-nt-is-obsolete:
@echo "kerbsrc-nt.zip is now obsolete. Just use and build kerbsrc.zip"
@echo "We don't support building under 8.3 restricted filesystems"
@echo "anymore, so what was kerbsrc-nt.zip is now kerbsrc.zip."
@echo " "

$(INC)asn1_err.h: $(AH) $(ET)asn1_err.et
$(AWK) -f $(AH) outfile=$@ $(ET)asn1_err.et
$(INC)kdb5_err.h: $(AH) $(ET)kdb5_err.et
Expand Down

0 comments on commit 8849e7e

Please sign in to comment.