summaryrefslogtreecommitdiffstats
path: root/tools/build/os/msdos/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/os/msdos/Makefile.in')
-rw-r--r--tools/build/os/msdos/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build/os/msdos/Makefile.in b/tools/build/os/msdos/Makefile.in
index 4a060f7c37..7321a3a2ea 100644
--- a/tools/build/os/msdos/Makefile.in
+++ b/tools/build/os/msdos/Makefile.in
@@ -18,10 +18,9 @@ INSTALLED=$(DESTDIR)/ifc.exe \
$(DESTDIR)/fixtimer.exe
all: $(DESTDIR) $(PGMS) install
- echo $(DESTDIR)
$(DESTDIR):
- [ -d $@ ] || $(MKDIR) $@
+ $(BSDINSTALL) $(INSTDIRFLAGS) $@
install: $(INSTALLED)