Sylvain Petreolle <spetreolle@yahoo.fr>

- 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:
Gé van Geldorp 2004-09-27 08:15:07 +00:00
parent 73a66a9cc9
commit 46dbd3190e

View file

@ -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