]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - make/patches/make-4.0-getcwd.patch
make: Update to 4.2.1
[ipfire-3.x.git] / make / patches / make-4.0-getcwd.patch
diff --git a/make/patches/make-4.0-getcwd.patch b/make/patches/make-4.0-getcwd.patch
deleted file mode 100644 (file)
index c0bb459..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nrup a/makeint.h b/makeint.h
---- a/makeint.h        2013-10-09 00:22:40.000000000 -0400
-+++ b/makeint.h        2014-02-03 17:46:24.969618708 -0500
-@@ -528,7 +528,7 @@ long int lseek ();
- #endif  /* Not GNU C library or POSIX.  */
- #ifdef  HAVE_GETCWD
--# if !defined(VMS) && !defined(__DECC)
-+# if !defined(VMS) && !defined(__DECC) && !defined(getcwd)
- char *getcwd ();
- # endif
- #else