All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] use correct include dir for build tools
@ 2001-02-22 20:39 Robert Read
  2001-02-22 22:23 ` Matthew Kirkwood
  2001-02-22 22:28 ` Alan Cox
  0 siblings, 2 replies; 6+ messages in thread
From: Robert Read @ 2001-02-22 20:39 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Linus,

Please apply one line patch to the top level Makefile.  This points
the build tools at the correct linux include dir.

diff -ru linux/Makefile linux-makefile/Makefile
--- linux/Makefile      Wed Feb 21 16:54:15 2001
+++ linux-makefile/Makefile     Thu Feb 22 12:34:57 2001
@@ -16,7 +16,7 @@
 FINDHPATH      = $(HPATH)/asm $(HPATH)/linux $(HPATH)/scsi $(HPATH)/net
 
 HOSTCC         = gcc
-HOSTCFLAGS     = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
+HOSTCFLAGS     = -I$(HPATH) -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer
 
 CROSS_COMPILE  =


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-02-22 23:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-22 20:39 [PATCH] use correct include dir for build tools Robert Read
2001-02-22 22:23 ` Matthew Kirkwood
2001-02-22 22:28 ` Alan Cox
2001-02-22 22:40   ` Robert Read
2001-02-22 23:09     ` Mike Castle
2001-02-22 23:44       ` Thomas Dodd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.