From: mdw Date: Thu, 11 Nov 1999 00:59:17 +0000 (+0000) Subject: Minor reformatting. X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/commitdiff_plain/8149619dd23abcc5f3176b3bad2cfa4aec37dbd4 Minor reformatting. --- diff --git a/Makefile.m4 b/Makefile.m4 index 174ce5c..ab2225c 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -1,6 +1,6 @@ ## -*-makefile-*- ## -## $Id: Makefile.m4,v 1.4 1999/10/24 10:20:36 mdw Exp $ +## $Id: Makefile.m4,v 1.5 1999/11/11 00:59:17 mdw Exp $ ## ## Makefile for Catacomb ## @@ -29,10 +29,13 @@ ##----- Revision history ---------------------------------------------------- ## ## $Log: Makefile.m4,v $ -## Revision 1.4 1999/10/24 10:20:36 mdw -## Modify for standalone distribution. The library's getting far too large -## to be sensibly embedded in other programs. +## Revision 1.5 1999/11/11 00:59:17 mdw +## Minor reformatting. +## +## Revision 1.6 1999/11/11 17:47:34 mdw +## Updates for new configuration system, and `mptypes' generator. ## +## Revision 1.5 1999/11/11 00:59:17 mdw ## Minor reformatting. ## ## Revision 1.4 1999/10/24 10:20:36 mdw @@ -152,7 +155,8 @@ TESTS = \ addsuffix(join(`ciphers', `-', `cipher_modes'), `.t') \ addsuffix(join(`hashes', `-', `hash_modes'), `.t') \ addsuffix(`ciphers', `.t') addsuffix(`hashes', `.t') - $(COMPILE) -DTEST_RIG -DSRCDIR=\"$(srcdir)\" \ + $(COMPILE) \ + -DTEST_RIG -DSRCDIR=\"$(srcdir)\" \ $(srcdir)/$1.c libcatacomb.a $(LIBS) -o $1.t') `$1.t: $1.c libcatacomb.a