diff options
| author | hpa <hpa> | 1998-04-15 03:07:22 +0000 |
|---|---|---|
| committer | hpa <hpa> | 1998-04-15 03:07:22 +0000 |
| commit | 3875d86266cbeb5cc1764b5d31b0ce6908612b30 (patch) | |
| tree | f579bacc8dbc8a6acd88ffda2766aba135fdbae8 /Makefile | |
| parent | 76fd2d8d445379561bc4c19f420d5d4abaa34bca (diff) | |
| download | syslinux-1.36.tar.gz | |
Fix old kernel, OS/2, and mem= bugs. Ready for 1.36 release.syslinux-1.36
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ all: $(TARGETS) # official release. Otherwise, substitute a hex string that is pretty much # guaranteed to be unique to be unique from build to build. ifndef DATE -DATE = $(shell perl now.pl) +DATE = $(shell perl now.pl ldlinux.asm) endif ldlinux.bin: ldlinux.asm genstupid.pl |
