bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug#118908: make TAGS does not work without having run configure


From: Neal H Walfield
Subject: Bug#118908: make TAGS does not work without having run configure
Date: Thu, 15 Nov 2001 18:39:35 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1

> I made the changes I think you really wanted.

Almost.  One tiny error:

2001-11-15  Neal H Walfield  <neal@cs.uml.edu>

        * 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]