[syslinux] generated isohdpfx.c

Geert Stappers stappers at stappers.nl
Tue May 4 02:34:12 PDT 2010


Op 20100504 om 12:10 schreef P J P:
> 
> Please see: http://pjp.dgplug.org/tools/syslinux-3.86-isohybrid.patch.8

The file isohdpfx.c is generated like *.o files


diff --git a/utils/Makefile b/utils/Makefile
index 5b2cb78..605a24d 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -48,10 +48,10 @@ gethostip: gethostip.o
 	$(CC) $(LDFLAGS) -o $@ $^
 
 tidy dist:
-	rm -f *.o .*.d
+	rm -f *.o .*.d isohdpfx.c
 
 clean: tidy
-	rm -f $(TARGETS) isohdpfx.c
+	rm -f $(TARGETS)
 
 spotless: clean
 


Groeten
Geert Stappers




More information about the Syslinux mailing list