From 0b64a9eba8bbe94d9b63a75545fbe7463f6f67c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sun, 5 Dec 2004 20:31:41 +0100 Subject: [PATCH] .SUFFIXES: Comment AIX make problems. Rev: src/nettle/config.make.in:1.9 --- config.make.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.make.in b/config.make.in index 713f54e5..daf6d8ec 100644 --- a/config.make.in +++ b/config.make.in @@ -65,7 +65,9 @@ LINK = $(CC) $(CFLAGS) $(PRE_LDFLAGS) $(LDFLAGS) default: all # For some reason the suffixes list must be set before the rules. -# Otherwise BSD make won't build binaries e.g. aesdata. +# Otherwise BSD make won't build binaries e.g. aesdata. On the other +# hand, AIX make has the opposite idiosyncrasies to BSD, and the AIX +# compile was broken when .SUFFIXES was moved here from Makefile.in. .SUFFIXES: .SUFFIXES: .asm .c .$(OBJEXT) .p$(OBJEXT) .html .dvi .info .exe .pdf .ps .texinfo -- GitLab