diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-02-19 23:01:35 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-02-25 20:58:42 -0800 |
commit | 37ed4a8d16d66bfa8f8c06227acb030e0cf1c829 (patch) | |
tree | a1ac692a77dcd0aef2b5da32f439ad92e55e636e /com32/Makefile | |
parent | 319875f0157b21aea2dca51eb38578a9a5859b12 (diff) | |
download | syslinux.git-37ed4a8d16d66bfa8f8c06227acb030e0cf1c829.tar.gz syslinux.git-37ed4a8d16d66bfa8f8c06227acb030e0cf1c829.tar.xz syslinux.git-37ed4a8d16d66bfa8f8c06227acb030e0cf1c829.zip |
hdt: Moving hdt to com32/modules
Diffstat (limited to 'com32/Makefile')
-rw-r--r-- | com32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/Makefile b/com32/Makefile index 9dee9684..2897e084 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -1,4 +1,4 @@ -SUBDIRS = lib libutil modules menu samples rosh +SUBDIRS = lib libutil modules menu samples rosh hdt all tidy dist clean spotless install: set -e; for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done |