From 7559fec119e282c11572738d0798cceff5ba4e3e Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 8 Jan 2019 05:52:34 -0500 Subject: [PATCH] Same for SDL1. --- sdl1/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdl1/Makefile b/sdl1/Makefile index 23bb73ba..78abb6a3 100644 --- a/sdl1/Makefile +++ b/sdl1/Makefile @@ -64,7 +64,7 @@ tui.o tuidemo.o : $(PDCURSES_CURSES_H) panel.o ptest: $(PANEL_HEADER) $(LIBOBJS) : %.o: $(srcdir)/%.c - $(BUILD) $(SFLAGS) -c $< + $(BUILD) -c $< $(PDCOBJS) : %.o: $(osdir)/%.c $(BUILD) $(SFLAGS) -c $<