From: Niels Möller Date: Thu, 3 Sep 1998 10:35:28 +0000 (+0200) Subject: Hacked configure scripts, makefiles and crypto_types.h. X-Git-Tag: integrated_crypto_toolkit_19980903~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=242d8df0b912dae641db95d5a5d04e7519d0bab8;p=thirdparty%2Fnettle.git Hacked configure scripts, makefiles and crypto_types.h. Rev: src/symmetric/Makefile.in:1.3 --- diff --git a/Makefile.in b/Makefile.in index b6c143f8..270dcdea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -174,3 +174,5 @@ config.status: configure %.d: %.c $(SHELL) -ec '$(CC) -MM -MG $(CPPFLAGS) $(DEFS) $< \ | sed '\''s/\($*\)\.o:/\1\.o $@ : /g'\'' > $@' + +include $(SRCS:.c=.d)