diff options
author | Roger A. Faulkner <Roger.Faulkner@Sun.COM> | 2008-09-29 15:25:16 -0700 |
---|---|---|
committer | Roger A. Faulkner <Roger.Faulkner@Sun.COM> | 2008-09-29 15:25:16 -0700 |
commit | d9b365efa57e560c120a68d37339e584d8bf04c0 (patch) | |
tree | 8e8b7ab817ede8d1f59945ca6915ea423439ed92 /usr/src/psm | |
parent | 817697f4a28f704a2d88ace09406d985aa3a8549 (diff) | |
download | illumos-gate-d9b365efa57e560c120a68d37339e584d8bf04c0.tar.gz |
6753520 compiler switch to SS12 causes sparc build breakage in usr/src/psm/stand/bootblks
Diffstat (limited to 'usr/src/psm')
-rw-r--r-- | usr/src/psm/stand/bootblks/Makefile.1275 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/psm/stand/bootblks/Makefile.1275 b/usr/src/psm/stand/bootblks/Makefile.1275 index 882553a154..c0585d18a7 100644 --- a/usr/src/psm/stand/bootblks/Makefile.1275 +++ b/usr/src/psm/stand/bootblks/Makefile.1275 @@ -19,8 +19,6 @@ # CDDL HEADER END # # -#ident "%Z%%M% %I% %E% SMI" -# # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # @@ -40,7 +38,7 @@ RD_FCODE = rd.fcode MKBB = mkbb MKBB_SH = $(BASEDIR)/common/mkbb.sh -MKBB.fcode = $(MKBB) $(MKBBFLAGS) +MKBB.fcode = ./$(MKBB) $(MKBBFLAGS) %.fcode: $(BASEDIR)/common/%.fth $(TOKENIZE) $< |