From 242d8df0b912dae641db95d5a5d04e7519d0bab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Thu, 3 Sep 1998 12:35:28 +0200 Subject: [PATCH] Hacked configure scripts, makefiles and crypto_types.h. Rev: src/symmetric/Makefile.in:1.3 --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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) -- GitLab