projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdf10ff
)
correct dependency for rline target, this fixes bug #519
author
Royce Mitchell III
<royce3@ev1.net>
Mon, 7 Mar 2005 01:26:25 +0000
(
01:26
+0000)
committer
Royce Mitchell III
<royce3@ev1.net>
Mon, 7 Mar 2005 01:26:25 +0000
(
01:26
+0000)
svn path=/trunk/; revision=13865
reactos/tools/Makefile
patch
|
blob
|
history
diff --git
a/reactos/tools/Makefile
b/reactos/tools/Makefile
index
53c9b15
..
92b921a
100644
(file)
--- a/
reactos/tools/Makefile
+++ b/
reactos/tools/Makefile
@@
-44,7
+44,7
@@
rline$(EXE_POSTFIX): rline.c
@$(HOST_CC) $(CFLAGS) -DUNIX_PATHS rline.c -o rline$(EXE_POSTFIX)
endif
ifeq ($(HOST),mingw32-windows)
-rline$(EXE_POSTFIX): r
mkdir
.c
+rline$(EXE_POSTFIX): r
line
.c
@$(HOST_CC) $(CFLAGS) -DDOS_PATHS rline.c -o rline$(EXE_POSTFIX)
endif