diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/commence.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/commence.in b/config/commence.in index fff2666..bef6ed8 100644 --- a/config/commence.in +++ b/config/commence.in @@ -30,8 +30,8 @@ bindir=@bindir@ libdir=@libdir@ includedir=@includedir@ -# The default is to build the library and programs. -all: lib progs +# The default is to build the programs which in turn builds the lib. +all: progs # The following rules insure that the Makefile is up-to-date by rerunning # various autoconf components (although not all versions of make assume |