Dependency fixes.

This commit is contained in:
David Given 2013-05-17 00:04:37 +01:00
parent e5f6d5acfa
commit e7c2029c9c
2 changed files with 4 additions and 2 deletions

View file

@ -93,7 +93,7 @@ endef
# --- ACK library linking
define acklibrary-rule
$o: $s $(ACKAR)
$o: $s $(AAL)
@echo ACKLIBRARY $o
@mkdir -p $(dir $o)
@$(RM) $o

View file

@ -25,7 +25,9 @@ define build-as-impl
$(call yacc, $(OBJDIR)/$D, $(OBJDIR)/$D/preprocessed-comm2.y)
$(eval CLEANABLES += $(OBJDIR)/$D/preprocessed-comm2.y)
$(OBJDIR)/$D/preprocessed-comm2.y: mach/proto/as/comm2.y $(CPPANSI)
$(OBJDIR)/$D/preprocessed-comm2.y: mach/proto/as/comm2.y $(CPPANSI) \
mach/$(ARCH)/as/mach2.c \
mach/$(ARCH)/as/mach4.c
@echo PREPROCESS $$@
@mkdir -p $$(dir $$@)
$(hide) $(CPPANSI) -P \