summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2011-03-16 17:28:10 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2011-03-16 17:28:10 -0700
commitf7829be535ee09b48502ec60b8e997e5aa946b61 (patch)
tree5ccfb6b0294bc3c9fbf5515732ba40facf48d4a2
parent49d14342f82c1c1555f09733c49533678954b1d8 (diff)
downloadsyslinux-f7829be535ee09b48502ec60b8e997e5aa946b61.tar.gz
core/Makefile: another attempt at dealing with GNU make 3.82syslinux-4.04-pre13
Trying another tack... Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--core/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/Makefile b/core/Makefile
index 87ad97d8..33ad7e95 100644
--- a/core/Makefile
+++ b/core/Makefile
@@ -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