]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
.SUFFIXES: Comment AIX make problems.
authorNiels Möller <nisse@lysator.liu.se>
Sun, 5 Dec 2004 19:31:41 +0000 (20:31 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 5 Dec 2004 19:31:41 +0000 (20:31 +0100)
Rev: src/nettle/config.make.in:1.9

config.make.in

index 713f54e596b93035713289328a3269653cd71cee..daf6d8ecce45de496b5c58df266ea6fc5533df42 100644 (file)
@@ -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