diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 13:13:46 +0200 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2026-02-28 13:13:46 +0200 |
| commit | 35850365457e4579894f7deb26d0ed0fba436dc8 (patch) | |
| tree | 9a317fc1e32a0a3020bb17e9dd99b79c12f7a233 | |
| parent | b50f18761c386808fcaa175184c3259c339260d4 (diff) | |
Makefile.in: Fix OpenIndiana
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index eb6f9f2..dbd4f53 100644 --- a/Makefile.in +++ b/Makefile.in @@ -27,7 +27,7 @@ $CFG_NAME: $CFG_NAME.c $(echo $CFG_MAKE_DEP) $CFG_BUILD $CFG_INPUT $CFG_COMMAND DPP_INCLUDE=$CFG_DPP_INCLUDE $CFG_DPP_CMD $@ < $CFG_BUILD > $CFG_BUILD_GEN DPP_INCLUDE=$CFG_DPP_INCLUDE $CFG_DPP_CMD $@ < $CFG_INPUT > $CFG_INPUT_GEN DPP_INCLUDE=$CFG_DPP_INCLUDE $CFG_DPP_CMD $@ < $CFG_COMMAND > $CFG_COMMAND_GEN - $CC $cc_flags ${CPPFLAGS:-} ${CFLAGS:-} ${LDFLAGS:-} -o \$@ \$< + $CC $cc_flags ${CPPFLAGS:-} ${CFLAGS:-} ${LDFLAGS:-} -o $CFG_NAME $CFG_NAME.c !! case ${CONFIG_SMALL:=${CONFIG_TINY:=0}} in 1) echo " $STRIP $strip_flags $CFG_NAME" |