From 07142de7529c2df109f0dd0ca7184dc294b789d5 Mon Sep 17 00:00:00 2001 From: Phillip Susi Date: Mon, 12 Feb 2001 03:50:00 +0000 Subject: [PATCH] Darnit, don't override the rules.mak rule for building resources svn path=/trunk/; revision=1620 --- reactos/subsys/system/shell/makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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