Fix circular dependency in makefile.

This commit is contained in:
Andreas Gal 2008-07-01 23:53:17 -07:00
parent 0e590880a5
commit fd5b68ba5a

View File

@ -357,7 +357,7 @@ $(PROGRAM).pure: $(PROG_OBJS) $(LIBRARY)
$(OTHER_LIBS) $(PROG_LIBS)
ifndef PREBUILT_CPUCFG
$(HFILES) $(CPPFILES): $(OBJDIR)/jsautocfg.h
$(filter-out jscpucfg.h $(OBJDIR)/jsautocfg.h, $(HFILES)) $(CPPFILES): $(OBJDIR)/jsautocfg.h
$(OBJDIR)/jsautocfg.h: $(OBJDIR)/jscpucfg
rm -f $@