Module Name: src Committed By: tsutsui Date: Fri May 31 20:21:06 UTC 2024
Modified Files: src/external/gpl2/mkhybrid/dist: Makefile.in Log Message: Remove dependencies on non-existent exclude.h. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/mkhybrid/dist/Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl2/mkhybrid/dist/Makefile.in diff -u src/external/gpl2/mkhybrid/dist/Makefile.in:1.1 src/external/gpl2/mkhybrid/dist/Makefile.in:1.2 --- src/external/gpl2/mkhybrid/dist/Makefile.in:1.1 Fri May 31 19:49:02 2024 +++ src/external/gpl2/mkhybrid/dist/Makefile.in Fri May 31 20:21:06 2024 @@ -76,7 +76,7 @@ install: mkisofs mkisofs.8 $(INSTALL_PROGRAM) mkhybrid $(bindir)/mkhybrid -$(INSTALL_DATA) $(srcdir)/mkhybrid.8 $(mandir)/mkhybrid.$(manext) -tree.o: tree.c mkisofs.h iso9660.h exclude.h config.h Makefile +tree.o: tree.c mkisofs.h iso9660.h config.h Makefile $(CC) -c $(CFLAGS) $(srcdir)/tree.c write.o: write.c mkisofs.h iso9660.h config.h Makefile @@ -100,7 +100,7 @@ multi.o: multi.c iso9660.h mkisofs.h con name.o: name.c iso9660.h mkisofs.h config.h Makefile $(CC) -c $(CFLAGS) $(srcdir)/name.c -mkisofs.o: mkisofs.c iso9660.h mkisofs.h exclude.h config.h Makefile $(LIBHFS) $(INCHFS) $(LIBFILE) +mkisofs.o: mkisofs.c iso9660.h mkisofs.h config.h Makefile $(LIBHFS) $(INCHFS) $(LIBFILE) $(CC) -c $(CFLAGS) $(srcdir)/mkisofs.c eltorito.o: eltorito.c iso9660.h mkisofs.h config.h Makefile