From 88b493bf38ad19b897cd91b6c9630d78878227f3 Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Mon, 28 Mar 2005 09:06:46 +0000 Subject: [PATCH] fix make modules for Linux NetDriver --- SheepShaver/src/Unix/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/src/Unix/Makefile.in b/SheepShaver/src/Unix/Makefile.in index 9a88419a..9f084ab1 100644 --- a/SheepShaver/src/Unix/Makefile.in +++ b/SheepShaver/src/Unix/Makefile.in @@ -97,7 +97,7 @@ $(APP)_app: $(APP) ../MacOSX/Info.plist ../MacOSX/SheepShaver.icns cp -f ../MacOSX/SheepShaver.icns $(APP_APP)/Contents/Resources/ modules: - cd NetDriver; make + cd Linux/NetDriver; make install: $(APP_EXE) installdirs $(INSTALL_PROGRAM) $(APP_EXE) $(DESTDIR)$(bindir)/$(APP_EXE)