Update Makefiles,

This commit is contained in:
Kyle Isom
2025-05-01 14:55:50 -07:00
parent 07c96e4eaa
commit b334cf60ad
4 changed files with 11 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ OPSYS=$(uname -s)
echo "Configuring for ${OPSYS}..."
if [ "x${OPSYS}" = "xLinux" ]; then
OS_CFLAGS="-D_BSD_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE"
OS_CFLAGS="-D_DEFAULT_SOURCE -D_POSIX_SOURCE -D_XOPEN_SOURCE"
else
OS_CFLAGS=""
fi
@@ -25,7 +25,7 @@ fi
if [ -z "${PREFIX}" ]; then
PREFIX="/usr/local"
fi
fi
if [ "${PREFIX}" = "/usr" ]; then
MANDIR="$(PREFIX)/share/man"