From d91187e69e87860b94cb6992d3ba54efcf7f3d78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sat, 21 Apr 2007 13:19:59 +0000 Subject: [PATCH] Try to fix build by including a POSTAUTO target, executed after the creation of makefile.auto Remove a hack in Makefile WARNING: You need to delete makefile.auto after updating to this revision! svn path=/trunk/; revision=26451 --- reactos/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reactos/Makefile b/reactos/Makefile index 30edd8fe390..1f630da552a 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -397,8 +397,6 @@ ERRCODES_RC = dll$(SEP)win32$(SEP)kernel32$(SEP)errcodes.rc # will not be autogenretaed for right # platforms. -ARCH :=i386 - include lib/lib.mak include tools/tools.mak include boot/freeldr/bootsect/bootsect.mak @@ -413,12 +411,17 @@ PREAUTO := \ $(BUGCODES_RC) \ $(ERRCODES_H) \ $(ERRCODES_RC) \ - $(NCI_SERVICE_FILES) \ $(GENDIB_DIB_FILES) +POSTAUTO : \ + psdk \ + $(IDL_FILES) \ + $(NCI_SERVICE_FILES) + $(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES) $(ECHO_RBUILD) $(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) mingw + @$(MAKE) POSTAUTO world: all bootcd livecd