aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/crc32/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-12-30 22:08:18 +0000
committerKen Raeburn <raeburn@mit.edu>2004-12-30 22:08:18 +0000
commitc5353b742898cafcc85f204f03c02445e05791d5 (patch)
treefc6ef70b2018b2c76f2a13d132f41e65ad9832a0 /src/lib/crypto/crc32/Makefile.in
parentb4c3d53a6e88ea597a165289fd858b36aba03215 (diff)
downloadkrb5-c5353b742898cafcc85f204f03c02445e05791d5.zip
krb5-c5353b742898cafcc85f204f03c02445e05791d5.tar.gz
krb5-c5353b742898cafcc85f204f03c02445e05791d5.tar.bz2
run "make depend"
In most library directories, this just affects where the line breaks are. In most other directories, it's just dropping a trailing blank line. One or two files really do have updated dependencies. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16987 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/crc32/Makefile.in')
-rw-r--r--src/lib/crypto/crc32/Makefile.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/lib/crypto/crc32/Makefile.in b/src/lib/crypto/crc32/Makefile.in
index bc57b3d..772a397 100644
--- a/src/lib/crypto/crc32/Makefile.in
+++ b/src/lib/crypto/crc32/Makefile.in
@@ -43,10 +43,10 @@ t_crc: t_crc.o crc32.o
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
-crc32.so crc32.po $(OUTPRE)crc32.$(OBJEXT): crc32.c $(SRCTOP)/include/k5-int.h \
- $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
- $(SRCTOP)/include/k5-platform.h $(SRCTOP)/include/k5-thread.h \
- $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h \
- $(SRCTOP)/include/port-sockets.h $(SRCTOP)/include/socket-utils.h \
- $(SRCTOP)/include/krb5/kdb.h crc-32.h
-
+crc32.so crc32.po $(OUTPRE)crc32.$(OBJEXT): crc32.c \
+ $(SRCTOP)/include/k5-int.h $(BUILDTOP)/include/krb5/osconf.h \
+ $(BUILDTOP)/include/krb5/autoconf.h $(SRCTOP)/include/k5-platform.h \
+ $(SRCTOP)/include/k5-thread.h $(BUILDTOP)/include/krb5.h \
+ $(COM_ERR_DEPS) $(BUILDTOP)/include/profile.h $(SRCTOP)/include/port-sockets.h \
+ $(SRCTOP)/include/socket-utils.h $(SRCTOP)/include/krb5/kdb.h \
+ crc-32.h