Unbreak "make depend" syslinux-3.40-pre1
authorH. Peter Anvin <hpa@zytor.com>
Sat, 23 Sep 2006 06:32:02 +0000 (23:32 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 23 Sep 2006 06:32:02 +0000 (23:32 -0700)
configinit.inc

index 222a049..b26216e 100644 (file)
@@ -29,12 +29,14 @@ reset_config:
                shr cx,2
                rep movsd
 
+%ifndef DEPEND
 %if NULLFILE != 0
                mov al,NULLFILE
                mov di,FKeyName
                mov cx,10*(1 << FILENAME_MAX_LG2)
                rep stosb
 %endif
+%endif
 
                mov si,linuxauto_cmd            ; Default command: "linux auto"
                mov di,default_cmd