From b9aca8a5175121d4eef06cc205773117dea2a41d Mon Sep 17 00:00:00 2001 From: William McBrine Date: Fri, 1 Feb 2019 08:46:42 -0500 Subject: [PATCH] and this --- os2/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/os2/Makefile b/os2/Makefile index bbf653ed..8b4f86f2 100755 --- a/os2/Makefile +++ b/os2/Makefile @@ -21,7 +21,7 @@ PDCURSES_OS2_H = $(osdir)/pdcos2.h CC = gcc -CFLAGS = -I$(PDCURSES_SRCDIR) -Ic:/emx/include -Wall +CFLAGS = -c -I$(PDCURSES_SRCDIR) -Ic:/emx/include -Wall ifeq ($(DEBUG),Y) CFLAGS += -g -DPDCDEBUG @@ -70,10 +70,10 @@ $(DEMOS) : $(LIBCURSES) panel.o ptest.o: $(PANEL_HEADER) $(LIBOBJS) : %.o: $(srcdir)/%.c - $(CC) -c $(CFLAGS) -o$@ $< + $(CC) $(CFLAGS) -o$@ $< $(PDCOBJS) : %.o: $(osdir)/%.c - $(CC) -c $(CFLAGS) -o$@ $< + $(CC) $(CFLAGS) -o$@ $< firework.exe ozdemo.exe rain.exe testcurs.exe worm.exe xmas.exe \ ptest.exe: %.exe: %.o