diff --git a/reactos/subsys/system/shell/makefile b/reactos/subsys/system/shell/makefile index 0674ff853d4..ebd30d466b1 100644 --- a/reactos/subsys/system/shell/makefile +++ b/reactos/subsys/system/shell/makefile @@ -1,4 +1,4 @@ -# $Id: makefile,v 1.1 2000/12/05 02:38:08 ekohl Exp $ +# $Id: makefile,v 1.2 2001/02/12 03:50:00 phreak Exp $ # # Shell: Simple shell application # @@ -17,9 +17,6 @@ BASE_CFLAGS = -I../../../include all: shell.exe -$(TARGET).coff: $(TARGET).rc - $(RC) $(TARGET).rc $(TARGET).coff - shell.exe: $(OBJECTS) $(LIBS) $(CC) $(OBJECTS) $(LIBS) -lgcc -o shell.exe $(NM) --numeric-sort shell.exe > shell.sym