mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Fixed typo.
svn path=/trunk/; revision=3468
This commit is contained in:
parent
5f42259b67
commit
59448c64c0
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile,v 1.81 2002/09/07 15:12:47 chorns Exp $
|
# $Id: Makefile,v 1.82 2002/09/07 16:44:12 chorns Exp $
|
||||||
#
|
#
|
||||||
# ReactOS Operating System
|
# ReactOS Operating System
|
||||||
#
|
#
|
||||||
|
@ -34,7 +34,7 @@ endif
|
||||||
|
|
||||||
ifeq ($(strip $(SDK_PATH_INC)),)
|
ifeq ($(strip $(SDK_PATH_INC)),)
|
||||||
ASFLAGS += -I./include
|
ASFLAGS += -I./include
|
||||||
CFLAGS += --I./include -D_NTOSKRNL_ $(CFLAGS_DBG) -Wall -Werror
|
CFLAGS += -I./include -D_NTOSKRNL_ $(CFLAGS_DBG) -Wall -Werror
|
||||||
else
|
else
|
||||||
ASFLAGS += -I./include -I$(SDK_PATH_INC)
|
ASFLAGS += -I./include -I$(SDK_PATH_INC)
|
||||||
CFLAGS += -I./include -I$(SDK_PATH_INC) -D_NTOSKRNL_ $(CFLAGS_DBG) -Wall -Werror
|
CFLAGS += -I./include -I$(SDK_PATH_INC) -D_NTOSKRNL_ $(CFLAGS_DBG) -Wall -Werror
|
||||||
|
|
Loading…
Reference in a new issue