Skip to content

Commit

Permalink
core/Makefile: another attempt at dealing with GNU make 3.82
Browse files Browse the repository at this point in the history
Trying another tack...

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
  • Loading branch information
H. Peter Anvin committed Mar 17, 2011
1 parent 49d1434 commit f7829be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/Makefile
Expand Up @@ -80,8 +80,9 @@ kwdhash.gen: keywords genhash.pl
$(OBJCOPY) -O binary $< $(@:.bin=.raw)

# GNU make 3.82 gets confused by the first form
#%.bin: %.raw $(PREPCORE)
%.bin: %.raw
.PRECIOUS: %.raw

%.bin: %.raw $(PREPCORE)
$(PREPCORE) $< $@

%.o: %.asm kwdhash.gen ../version.gen
Expand Down

0 comments on commit f7829be

Please sign in to comment.