diff options
| author | Oliver Braun <obraun@FreeBSD.org> | 2002-11-24 16:43:14 +0000 |
|---|---|---|
| committer | Oliver Braun <obraun@FreeBSD.org> | 2002-11-24 16:43:14 +0000 |
| commit | 9e32acae12fe0cf00c3de970a9656c92aa725caf (patch) | |
| tree | 8c90db3544e1ba058d28dbcf0a596362097ecbd7 /misc/tcb/files/patch-Makefile | |
| parent | Forgot another 0 byte file. (diff) | |
- console.h is spelled consio.h here.
- Fix union wait
- Remove pointers to no longer existent web page
PR: ports/45677
Submitted by: Volker Stolz <vs@foldr.org>
Notes
Notes:
svn path=/head/; revision=71016
Diffstat (limited to 'misc/tcb/files/patch-Makefile')
| -rw-r--r-- | misc/tcb/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/tcb/files/patch-Makefile b/misc/tcb/files/patch-Makefile new file mode 100644 index 000000000000..b55db2dab316 --- /dev/null +++ b/misc/tcb/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sun Nov 24 15:48:55 2002 ++++ Makefile Sun Nov 24 15:49:08 2002 +@@ -6,7 +6,7 @@ + + src/tcb: src/config.h + @echo 'Making tcb:' +- @cd src; make; cd .. ++ @cd src; $(MAKE); cd .. + + src/config.h: config.sh + @./config.sh $(USR_DIR) # $(USR_DIR): Debian (Linux) |
