diff options
author | hpa <hpa> | 2004-12-30 19:08:23 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-30 19:08:23 +0000 |
commit | 02eb0e7ca6392d1dcddb64c5555d851d354985aa (patch) | |
tree | c0b99ef166fa7e41ca5536a34041654d6202f7ef /Makefile | |
parent | 3ebfbe1aa3363d83271305e596121ef00860b2ce (diff) | |
download | syslinux-02eb0e7ca6392d1dcddb64c5555d851d354985aa.tar.gz syslinux-02eb0e7ca6392d1dcddb64c5555d851d354985aa.tar.xz syslinux-02eb0e7ca6392d1dcddb64c5555d851d354985aa.zip |
Fix installer -> installer-local
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ all-local: $(BTARGET) $(ITARGET) installer: installer-local -installer: $(ITARGET) +installer-local: $(ITARGET) set -e ; for i in $(ISUBDIRS); do $(MAKE) -C $$i all ; done -ls -l $(BOBJECTS) $(IOBJECTS) |