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 $<