Joe Green <[EMAIL PROTECTED]> writes:

> % gmake
> gmake: Nothing to be done for `all'.

Which version of gmake is this?  I have GNU Make 3.81 here.
You might try changing Makefile.config:

--- Makefile.config
+++ Makefile.config
@@ -168,5 +168,5 @@ LIB_O_NAME = lib.o
 ### we get and sometimes the all rule can be implicit, yet we want
 ### it always as the default one. So this should make sure it always
 ### comes first.
-all:
+default: all
 

Attachment: pgp2RIbtJNfFk.pgp
Description: PGP signature

_______________________________________________
elinks-users mailing list
[email protected]
http://linuxfromscratch.org/mailman/listinfo/elinks-users

Reply via email to