diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile index a2850c9c24df8495e8f6fbd3c32806e98017bc50..4ad729477b52053367f757f4bebcab598bc3d50f 100644 --- a/src/conio/GNUmakefile +++ b/src/conio/GNUmakefile @@ -30,9 +30,6 @@ else NEED_BITMAP := 1 OBJS += $(MTOBJODIR)$(DIRSEP)sdl_con$(OFILE) OBJS += $(MTOBJODIR)$(DIRSEP)sdlfuncs$(OFILE) - ifeq ($(os),darwin) - OBJS += $(MTOBJODIR)$(DIRSEP)pasteboard$(OFILE) - endif endif endif