Use %-style of implicit rules when we don't have SUFFIXES set. syslinux-3.35
authorH. Peter Anvin <hpa@zytor.com>
Mon, 29 Jan 2007 01:56:15 +0000 (17:56 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 29 Jan 2007 01:56:15 +0000 (17:56 -0800)
Makefile

index c9269dd..7673cf5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ PERL     = perl
 
 VERSION  = $(shell cat version)
 
-.c.o:
+%.o: %.c
        $(CC) $(INCLUDE) $(CFLAGS) -c $<
 
 #