]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - make/patches/make-3.80-getcwd.patch
Change file layout of the makefiles.
[people/pmueller/ipfire-3.x.git] / make / patches / make-3.80-getcwd.patch
1 Only in make-3.81-pm/: configure.orig
2 diff -urp make-3.81/make.h make-3.81-pm/make.h
3 --- make-3.81/make.h 2006-02-16 00:54:43.000000000 +0100
4 +++ make-3.81-pm/make.h 2008-09-22 10:53:35.000000000 +0200
5 @@ -488,7 +488,7 @@ extern long int lseek ();
6 #endif /* Not GNU C library or POSIX. */
7
8 #ifdef HAVE_GETCWD
9 -# if !defined(VMS) && !defined(__DECC)
10 +# if !defined(VMS) && !defined(__DECC) && !defined(getcwd)
11 extern char *getcwd ();
12 # endif
13 #else
14 Only in make-3.81-pm/: make.h~
15 Only in make-3.81-pm/: make.h.orig