summaryrefslogtreecommitdiff
path: root/usr/src/cmd/spell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/spell/Makefile')
-rw-r--r--usr/src/cmd/spell/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/cmd/spell/Makefile b/usr/src/cmd/spell/Makefile
index 659481df0a..410d3df258 100644
--- a/usr/src/cmd/spell/Makefile
+++ b/usr/src/cmd/spell/Makefile
@@ -77,14 +77,14 @@ $(ROOTVARADMF) := FILEMODE = 0666
spellin1 hashmk1 := CC = $(NATIVECC)
spellin1 hashmk1 := POST_PROCESS =
spellin1 hashmk1 := CPPFLAGS =
-spellin1 hashmk1 := LDFLAGS =
+spellin1 hashmk1 := LDFLAGS = $(BDIRECT)
$(ROOTSPELLD)/% $(ROOTVARADMD)/% : %
$(INS.file)
.KEEP_STATE:
-all: $(PROG) $(TXTS)
+all: $(PROG) $(TXTS)
spellprog: $(SPELLPROGOBJ)
$(LINK.c) $(SPELLPROGOBJ) -o $@ $(LDLIBS)