> I made the changes I think you really wanted.

Almost.  One tiny error:

2001-11-15  Neal H Walfield  <[EMAIL PROTECTED]>

        * Makeconf: Fix type.  It's wildcard, not wildard.


Index: Makeconf
===================================================================
RCS file: /cvsroot/hurd/hurd/Makeconf,v
retrieving revision 1.194
diff -u -r1.194 Makeconf
--- Makeconf    2001/11/14 23:58:22     1.194
+++ Makeconf    2001/11/15 17:34:58
@@ -63,7 +63,7 @@
 
 # Include the configure-generated file of parameters.
 # This sets up variables for build tools and installation directories.
-ifneq (,$(wildard $(..)config.make))
+ifneq (,$(wildcard $(..)config.make))
 include $(..)config.make
 # Set a flag for the makefiles to indicated config.make was included.
 configured = yes



_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to