diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-06-27 18:29:43 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-07-02 22:18:50 -0400 |
commit | c9f9010c1945d6e6b4efc2d648da08e93dbc5841 (patch) | |
tree | 5a475fc43eea8559decfa3c6e32af33594c488c3 /usr/src/grub | |
parent | d572eed3b1b8efae0b8311d5de1fcbc07d261285 (diff) | |
download | illumos-joyent-c9f9010c1945d6e6b4efc2d648da08e93dbc5841.tar.gz |
lp: Don't overwrite constant strings
Diffstat (limited to 'usr/src/grub')
-rw-r--r-- | usr/src/grub/grub-0.97/Makefile.solaris.defs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/src/grub/grub-0.97/Makefile.solaris.defs b/usr/src/grub/grub-0.97/Makefile.solaris.defs index 873b01d24f..9a9455ea76 100644 --- a/usr/src/grub/grub-0.97/Makefile.solaris.defs +++ b/usr/src/grub/grub-0.97/Makefile.solaris.defs @@ -2,8 +2,6 @@ # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" -# include $(SRC)/Makefile.master .KEEP_STATE: |