]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.h.~49~
authorRoland McGrath <roland@redhat.com>
Sun, 5 Jul 1992 00:52:46 +0000 (00:52 +0000)
committerRoland McGrath <roland@redhat.com>
Sun, 5 Jul 1992 00:52:46 +0000 (00:52 +0000)
make.h

diff --git a/make.h b/make.h
index 42fe9002998a0b1f2018ec7cfe6996d1ff925a0b..c9376ca761173431400c64dbece02809a02087b1 100644 (file)
--- a/make.h
+++ b/make.h
@@ -249,7 +249,7 @@ extern int pipe (), close (), read (), write (), open ();
 extern long int lseek ();
 #endif /* GNU C library or POSIX.  */
 
-#ifndef        GETCWD_MISSING
+#ifdef HAVE_GETCWD
 extern char *getcwd ();
 #else
 extern char *getwd ();