diff options
author | Roland McGrath <roland@gnu.org> | 2001-02-26 04:14:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-02-26 04:14:24 +0000 |
commit | 187a4a912e814c0d9b05cbdca58979534b29d389 (patch) | |
tree | 32a80e3d29fdc86c8babcccb2f9645e7752d665c /boot | |
parent | d9c52c7272c8670fecf9159ea9cb17e964086b62 (diff) |
2001-02-25 Roland McGrath <roland@frob.com>
* Makefile (ourdevice.defs): Loosen up regexp since some whitespace in
the file changed.
Diffstat (limited to 'boot')
-rw-r--r-- | boot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/Makefile b/boot/Makefile index 37593f68..50266481 100644 --- a/boot/Makefile +++ b/boot/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1993,94,95,96,97,2001 Free Software Foundation, Inc. # This file is part of the GNU Hurd. # # The GNU Hurd is free software; you can redistribute it and/or modify @@ -40,7 +40,7 @@ include ../Makeconf all: boot # uxboot ourdevice.defs: device.defs - $(CPP) $(CPPFLAGS) -x c $< | sed -e '/out device : device_t/s/device_t/mach_port_send_t/' > $@ + $(CPP) $(CPPFLAGS) -x c $< | sed -e '/out[ ]*device[ ]*:[ ]*device_t/s/device_t/mach_port_send_t/' > $@ uxboot.o: boot.c |