From: srittau Date: Wed, 10 Oct 2001 16:08:18 +0000 (+0000) Subject: Fixed a build problem caused by the renaming of the Makefile. X-Git-Tag: netatalk-1-5-rc1~166 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32f557a0aec44bcbbe0e32aa1cb7ff380eb1478f;hp=6b7dfc2891ae52f0f17257e335626deba6301936;p=netatalk.git Fixed a build problem caused by the renaming of the Makefile. --- diff --git a/sys/solaris/Makefile.kernel b/sys/solaris/Makefile.kernel index 4ed194ea..3a1be8ee 100644 --- a/sys/solaris/Makefile.kernel +++ b/sys/solaris/Makefile.kernel @@ -72,7 +72,7 @@ kernel : FRC OSDEFS=-D_ISOC9X_SOURCE; \ fi; \ echo "Making $@ for $$PROCESSOR..."; \ - ${MAKE} ${MFLAGS} \ + ${MAKE} -f Makefile.kernel ${MFLAGS} \ SBINDIR="${sbindir}" BINDIR="${bindir}" RESDIR="${RESDIR}"\ ETCDIR="${sysconfdir}" LIBDIR="${LIBDIR}" INCDIR="${INCDIR}" \ MANDIR="${MANDIR}" DESTDIR="${DESTDIR}" AFSDIR="${AFSDIR}" \