2003-05-05 Casper S. Hornstrup <chorns@users.sourceforge.net>

* tools/helper.mk: Kill implicit rule ".o".

svn path=/trunk/; revision=4647
This commit is contained in:
Casper Hornstrup 2003-05-05 19:59:21 +00:00
parent 38056aff4c
commit 4ac8de4791
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-05-05 Casper S. Hornstrup <chorns@users.sourceforge.net>
* tools/helper.mk: Kill implicit rule ".o".
2003-04-28 Casper S. Hornstrup <chorns@users.sourceforge.net>
* Makefile (DLLS): Add epsapi, psapi and wsock32.

View file

@ -1,4 +1,4 @@
# $Id: helper.mk,v 1.35 2003/04/27 14:45:52 chorns Exp $
# $Id: helper.mk,v 1.36 2003/05/05 19:59:21 chorns Exp $
#
# Helper makefile for ReactOS modules
# Variables this makefile accepts:
@ -821,7 +821,8 @@ endif # ROS_USE_PCH
$(NASM_CMD) $(NFLAGS) $(TARGET_NFLAGS) $< -o $@
%.coff: %.rc
$(RC) $(TARGET_RCFLAGS) $(RCINC) $< -o $@
# Kill implicit rule
.o:;
# Compatibility
CFLAGS := $(TARGET_CFLAGS)