diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 13:59:50 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-05-30 13:59:50 +0000 |
| commit | bfce14401420dd8629abe27e098179bf422aa78d (patch) | |
| tree | ea62a61989b708bb8faf221c412a957cdac229ce | |
| parent | 03afa5ecd8e137a452ca39d52f0a28561bddd01e (diff) | |
Notes
| -rw-r--r-- | bin/sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/Makefile b/bin/sh/Makefile index c614677d5a32..66810a7a8c84 100644 --- a/bin/sh/Makefile +++ b/bin/sh/Makefile @@ -23,7 +23,7 @@ builtins.h builtins.c: ${.CURDIR}/mkbuiltins ${.CURDIR}/builtins cd ${.CURDIR}; sh mkbuiltins init.c: mkinit ${SRCS} - ./mkinit '${CC} -c ${CFLAGS} init.c' ${.ALLSRC} + ./mkinit '${CC} -c ${CFLAGS} ${LDFLAGS} init.c' ${.ALLSRC} mkinit: ${.CURDIR}/mkinit.c ${CC} ${CFLAGS} ${LDFLAGS} ${.CURDIR}/mkinit.c -o $@ |
