]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Hacked configure scripts, makefiles and crypto_types.h.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 3 Sep 1998 10:35:28 +0000 (12:35 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 3 Sep 1998 10:35:28 +0000 (12:35 +0200)
Rev: src/symmetric/Makefile.in:1.3

Makefile.in

index b6c143f815829334c2b55f6079a91e7c3e8b77a5..270dcdea3d3a1a683b19a2ae951fffc72814c1b4 100644 (file)
@@ -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)