From b536209dfb7bd50c37061735fe10d2c19a97d26d Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 29 May 2008 15:11:38 -0700 Subject: Move files out of root into core, dos, and utils Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any. --- com32/libutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'com32/libutil') diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile index 01de06a3..4ae9af48 100644 --- a/com32/libutil/Makefile +++ b/com32/libutil/Makefile @@ -104,7 +104,7 @@ libutil_lnx.a: $(LNXLIBOBJS) %.c32: %.elf $(OBJCOPY) -O binary $< $@ -tidy: +tidy dist: rm -f *.o *.lo *.lst *.elf .*.d clean: tidy -- cgit