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
This commit is contained in:
Hervé Poussineau 2007-04-21 13:19:59 +00:00
parent 02af37bdf4
commit d91187e69e

View file

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