Author: hpoussin
Date: Sat Apr 21 17:19:59 2007
New Revision: 26451
URL: http://svn.reactos.org/svn/reactos?rev=26451&view=rev
Log:
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!
Modified:
trunk/reactos/Makefile
Modified: trunk/reactos/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=26451&r1=2645…
==============================================================================
--- trunk/reactos/Makefile (original)
+++ trunk/reactos/Makefile Sat Apr 21 17:19:59 2007
@@ -397,8 +397,6 @@
# 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 @@
$(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