diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-03-16 21:18:42 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-03-16 21:18:42 -0700 |
commit | 361e1cebe37f0e78ea87537c3ecf0f35b5732006 (patch) | |
tree | ebcc3b3dd61211d21ac07020ad6f49212e159126 /memdisk | |
parent | 8f3919c8f5dd37ccd3b7565d32ef1dac8b2522d5 (diff) | |
download | syslinux.git-361e1cebe37f0e78ea87537c3ecf0f35b5732006.tar.gz syslinux.git-361e1cebe37f0e78ea87537c3ecf0f35b5732006.tar.xz syslinux.git-361e1cebe37f0e78ea87537c3ecf0f35b5732006.zip |
Revert "memdisk: memdisk16.asm needs %ifndef DEPEND around %include"
This reverts commit 8f3919c8f5dd37ccd3b7565d32ef1dac8b2522d5.
Wrong fix.
Diffstat (limited to 'memdisk')
-rw-r--r-- | memdisk/memdisk16.asm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/memdisk/memdisk16.asm b/memdisk/memdisk16.asm index 83d4c6cc..d43404e8 100644 --- a/memdisk/memdisk16.asm +++ b/memdisk/memdisk16.asm @@ -1,7 +1,7 @@ ;; -*- fundamental -*- ;; ----------------------------------------------------------------------- ;; -;; Copyright 1994-2009 H. Peter Anvin - All Rights Reserved +;; Copyright 1994-2008 H. Peter Anvin - All Rights Reserved ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -19,9 +19,7 @@ ;; com32.inc in the main SYSLINUX distribution. ;; -%ifndef DEPEND %include '../version.gen' -%endif MY_CS equ 0x0800 ; Segment address to use CS_BASE equ (MY_CS << 4) ; Corresponding address |