projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2735c4c
)
msys compatibility fix
author
Royce Mitchell III
<royce3@ev1.net>
Sat, 15 Jan 2005 23:15:04 +0000
(23:15 +0000)
committer
Royce Mitchell III
<royce3@ev1.net>
Sat, 15 Jan 2005 23:15:04 +0000
(23:15 +0000)
svn path=/branches/xmlbuildsystem/; revision=13071
reactos/tools/rbuild/makefile
patch
|
blob
|
history
diff --git
a/reactos/tools/rbuild/makefile
b/reactos/tools/rbuild/makefile
index
9452f6a
..
7af7ef4
100644
(file)
--- a/
reactos/tools/rbuild/makefile
+++ b/
reactos/tools/rbuild/makefile
@@
-67,7
+67,7
@@
endif
$(HOST_CXX) $(HOST_CXXFLAGS) -c $< -o $@
\r
\r
test: rbuild_tests$(EXE_POSTFIX)
\r
- $(EXE_PREFIX)rbuild_tests$(EXE_POSTFIX)
\r
+
./
$(EXE_PREFIX)rbuild_tests$(EXE_POSTFIX)
\r
\r
rbuild_tests$(EXE_POSTFIX): $(TEST_OBJECTS)
\r
$(HOST_CXX) $(TEST_OBJECTS) $(HOST_LFLAGS) -o rbuild_tests$(EXE_POSTFIX)
\r