]> arthur.barton.de Git - netatalk.git/commitdiff
Fixed a build problem caused by the renaming of the Makefile.
authorsrittau <srittau>
Wed, 10 Oct 2001 16:08:18 +0000 (16:08 +0000)
committersrittau <srittau>
Wed, 10 Oct 2001 16:08:18 +0000 (16:08 +0000)
sys/solaris/Makefile.kernel

index 4ed194ea50e111dc6104c3ad20d9323ade317c2a..3a1be8ee5e42ccde17ba6c2e3435d3e520a27dc3 100644 (file)
@@ -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}" \