X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fdocs%2Fbuild.txt;h=b50f8f3c414cbc669958ef3a8d513cc5a81e0882;hp=56c74d0449cb93faa01c6cba10f61c6aa07613aa;hb=84b0681dca33397ed0a1770f822b8cfdbfee5574;hpb=d7fb87d04a2bdffb4772f8db010c58530b819499 diff --git a/citadel/docs/build.txt b/citadel/docs/build.txt index 56c74d044..b50f8f3c4 100644 --- a/citadel/docs/build.txt +++ b/citadel/docs/build.txt @@ -1,6 +1,6 @@ Some notes on the build process... - Oct 28 01:57 1998 from LoanShark @uncnsrd + Oct 28 01:57 1998 from LoanShark autodependency generation is implemented by generating a bunch of .d files (with another suffix rule) using $(CC) - M and "-include"-ing them @@ -11,7 +11,7 @@ GNU make, but the Makefile should still work on other versions of Unix make, just without the autodependency stuff. - Oct 28 20:49 1998 from LoanShark @uncnsrd + Oct 28 20:49 1998 from LoanShark one thing I forgot to mention about the autodependency generation: for a file to be included in the autodepend process, it must be listed in the SOURCES macro near the top of Makefile.in.