Fix cut and paste error in last change
[official-gcc.git] / gcc / config / msdos / libgcc.mak
blob5f480b152d37a705f6229ff4459baee436a45237
1 # Build libgcc.a
3 libgcc.a : libgcc1.c libgcc2.c mklibgcc
4 ./mklibgcc -c
5 ./mklibgcc '$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)' libgcc1.c $(LIB1FUNCS)
6 ./mklibgcc '$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES)' libgcc2.c $(LIB2FUNCS)
7 -command /c mklibnow.bat
8 -command /c del libgcc.a
9 ar rvs libgcc.a lgcctmp/*.o
11 mklibgcc : config/msdos/mklibgcc.c
12 gcc $(CFLAGS) $^ -o $@