diff options
author | Gene Cumm <gene.cumm@gmail.com> | 2011-02-08 12:05:25 -0500 |
---|---|---|
committer | Gene Cumm <gene.cumm@gmail.com> | 2011-02-08 12:05:25 -0500 |
commit | ecf7474b269c442d1277c08a50a487a9fc0b574e (patch) | |
tree | 5773f03793c62910431a9c13fe6d8429d04cd3ee /memdisk/strntoumax.c | |
parent | 79c5db6df34806d082fbf7d7c40e249f6a10d823 (diff) | |
download | syslinux-ecf7474b269c442d1277c08a50a487a9fc0b574e.tar.gz |
memdisk: remove unnecessary files; add vpath instead; add files to CSRC
This removes the need to have these tiny files around. This also
changes it to be relative to $(topdir), allowing for memdisk to be moved
if needed in the future.
Diffstat (limited to 'memdisk/strntoumax.c')
-rw-r--r-- | memdisk/strntoumax.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/memdisk/strntoumax.c b/memdisk/strntoumax.c deleted file mode 100644 index 6fa2f357..00000000 --- a/memdisk/strntoumax.c +++ /dev/null @@ -1 +0,0 @@ -#include "../com32/lib/strntoumax.c" |