mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 00:20:34 +00:00
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:
parent
02af37bdf4
commit
d91187e69e
1 changed files with 6 additions and 3 deletions
|
@ -397,8 +397,6 @@ ERRCODES_RC = dll$(SEP)win32$(SEP)kernel32$(SEP)errcodes.rc
|
||||||
# will not be autogenretaed for right
|
# will not be autogenretaed for right
|
||||||
# platforms.
|
# platforms.
|
||||||
|
|
||||||
ARCH :=i386
|
|
||||||
|
|
||||||
include lib/lib.mak
|
include lib/lib.mak
|
||||||
include tools/tools.mak
|
include tools/tools.mak
|
||||||
include boot/freeldr/bootsect/bootsect.mak
|
include boot/freeldr/bootsect/bootsect.mak
|
||||||
|
@ -413,12 +411,17 @@ PREAUTO := \
|
||||||
$(BUGCODES_RC) \
|
$(BUGCODES_RC) \
|
||||||
$(ERRCODES_H) \
|
$(ERRCODES_H) \
|
||||||
$(ERRCODES_RC) \
|
$(ERRCODES_RC) \
|
||||||
$(NCI_SERVICE_FILES) \
|
|
||||||
$(GENDIB_DIB_FILES)
|
$(GENDIB_DIB_FILES)
|
||||||
|
|
||||||
|
POSTAUTO : \
|
||||||
|
psdk \
|
||||||
|
$(IDL_FILES) \
|
||||||
|
$(NCI_SERVICE_FILES)
|
||||||
|
|
||||||
$(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
|
$(ROS_AUTOMAKE): $(RBUILD_TARGET) $(PREAUTO) $(XMLBUILDFILES)
|
||||||
$(ECHO_RBUILD)
|
$(ECHO_RBUILD)
|
||||||
$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) mingw
|
$(Q)$(RBUILD_TARGET) $(ROS_RBUILDFLAGS) mingw
|
||||||
|
@$(MAKE) POSTAUTO
|
||||||
|
|
||||||
world: all bootcd livecd
|
world: all bootcd livecd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue