From 3d2c32ce3528e7d26af6f5b5bd8a28bccb3e6f25 Mon Sep 17 00:00:00 2001 From: William McBrine Date: Sat, 29 Dec 2018 06:53:53 -0500 Subject: [PATCH] Demo build fix for Borland. --- dos/Makefile.bcc | 2 +- os2/Makefile.bcc | 2 +- wincon/Makefile.bcc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dos/Makefile.bcc b/dos/Makefile.bcc index 2039621a..14f002f2 100644 --- a/dos/Makefile.bcc +++ b/dos/Makefile.bcc @@ -44,7 +44,7 @@ clean: -$(RM) *.map -$(RM) *.exe -demos: $(DEMOS) +demos: $(LIBCURSES) $(DEMOS) $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS) -$(RM) $@ diff --git a/os2/Makefile.bcc b/os2/Makefile.bcc index 2928ff03..0e2436a6 100644 --- a/os2/Makefile.bcc +++ b/os2/Makefile.bcc @@ -44,7 +44,7 @@ clean: -$(RM) *.map -$(RM) *.exe -demos: $(DEMOS) +demos: $(LIBCURSES) $(DEMOS) $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS) -$(RM) $@ diff --git a/wincon/Makefile.bcc b/wincon/Makefile.bcc index edacb132..39adacc0 100644 --- a/wincon/Makefile.bcc +++ b/wincon/Makefile.bcc @@ -54,7 +54,7 @@ clean: -$(RM) *.tds -$(RM) *.exe -demos: $(DEMOS) +demos: $(LIBCURSES) $(DEMOS) $(LIBCURSES) : $(LIBOBJS) $(PDCOBJS) -$(RM) $@