2003-04-24 Ville Palo <vi64pa@kolumbus.fi>
[mono.git] / mcs / makefile
index 984e5c1e3eba95e40193a04eb2b14cc66d82e9db..abb8dcb786830380bb8e40fc2ec5daf3d03bb09b 100755 (executable)
@@ -4,14 +4,14 @@ DIRS=jay nant mcs class nunit20 monoresgen tools mbas ilasm
 INSTALL= /usr/bin/install
 
 all: 
-       if test x$(OS) = xWindows_NT; then make linux; else make -f makefile.gnu; fi
+       if test x$(OS) = xWindows_NT; then make windows; else make -f makefile.gnu; fi
 
 install:
-       if test x$(OS) = xWindows_NT; then make windowsinstall; else make -f makefile.gnu install; fi
+       if test x$(OS) = xWindows_NT; then make windows install; else make -f makefile.gnu install; fi
 
 windows:
        for i in $(DIRS); do                    \
-               (cd $$i; make linux) || exit 1; \
+               (cd $$i; make windows) || exit 1;       \
        done
 
 linux: