diff options
author | hpa <hpa> | 2004-12-14 23:18:25 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-14 23:18:25 +0000 |
commit | 2d747a0e3e9d99cce544e4645370fcf7ef3e92ee (patch) | |
tree | 047aa3971d678adb319806181a42e66594dfec8f /com32/Makefile | |
parent | db6513a202b8ce9ac2e4f20088f9b7e2209ecdc4 (diff) | |
download | syslinux-elf-2d747a0e3e9d99cce544e4645370fcf7ef3e92ee.tar.gz syslinux-elf-2d747a0e3e9d99cce544e4645370fcf7ef3e92ee.tar.xz syslinux-elf-2d747a0e3e9d99cce544e4645370fcf7ef3e92ee.zip |
Make "make install" do the right thing for the com32 library
Diffstat (limited to 'com32/Makefile')
-rw-r--r-- | com32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/Makefile b/com32/Makefile index 5d657ff4..7e7bfcb6 100644 --- a/com32/Makefile +++ b/com32/Makefile @@ -1,4 +1,4 @@ SUBDIRS = lib libutil modules samples -all tidy clean spotless: +all tidy clean spotless install: for d in $(SUBDIRS); do $(MAKE) -C $$d $@; done |