mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Sylvain Petreolle <[email protected]>
- rules.mak is included too late in tools/winebuild/Makefile, which makes TARGET, "all:", CLEAN_FILES and HOST_CFLAGS wrong. svn path=/trunk/; revision=11093
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
TARGET = winebuild$(EXE_POSTFIX)
|
||||
|
||||
all: $(TARGET)
|
||||
@@ -39,4 +41,3 @@ endif
|
||||
|
||||
.PHONY: clean
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
Reference in New Issue
Block a user