summaryrefslogtreecommitdiff
path: root/mkcompile
diff options
context:
space:
mode:
Diffstat (limited to 'mkcompile')
-rw-r--r--mkcompile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkcompile b/mkcompile
index 493574e..6adf313 100644
--- a/mkcompile
+++ b/mkcompile
@@ -35,7 +35,7 @@ main() {
ARCH=-Ml
build bcc bcc-cc1 lib "$HDR_CC1" $SRC_CC1
build as as86 bin "$HDR_AS" $SRC_AS
- build ld ld86 lib "$HDR_LD" $SRC_LD
+ build ld ld86 bin "$HDR_LD" $SRC_LD
echo ":exit_now"
}