aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGene Cumm <gene.cumm@gmail.com>2012-12-06 23:43:41 -0500
committerGene Cumm <gene.cumm@gmail.com>2013-01-17 21:28:28 -0500
commit9be794fdbefdc105a064f2efc097ca89c74e38f8 (patch)
tree94a0371d141ab86477f0d98706f6daf5fe1d4505
parent857bfbd30639862ec4c1e49e84893c978de06c6f (diff)
downloadsyslinux-9be794fdbefdc105a064f2efc097ca89c74e38f8.tar.gz
syslinux-9be794fdbefdc105a064f2efc097ca89c74e38f8.tar.xz
syslinux-9be794fdbefdc105a064f2efc097ca89c74e38f8.zip
Makefile: add txt/
Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07a1dc32..c241df03 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ BOBJECTS = $(BTARGET) \
# files that depend only on the B phase, but may have to be regenerated
# for "make installer".
BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \
- diag libinstaller dos win32 win64 dosutil
+ diag libinstaller dos win32 win64 dosutil txt
ITARGET =
IOBJECTS = $(ITARGET) \
utils/gethostip utils/isohybrid utils/mkdiskimage \