summaryrefslogtreecommitdiff
path: root/mk/touchwin.d
diff options
context:
space:
mode:
Diffstat (limited to 'mk/touchwin.d')
-rw-r--r--mk/touchwin.d9
1 files changed, 0 insertions, 9 deletions
diff --git a/mk/touchwin.d b/mk/touchwin.d
deleted file mode 100644
index 6b1b4d9c..00000000
--- a/mk/touchwin.d
+++ /dev/null
@@ -1,9 +0,0 @@
-libcurses_X.4: libcurses.a(touchwin.o)
-libcurses.a(touchwin.o): $(OBJDIR)/touchwin.o
- @$(AR) $(ARFLAGS) $@ $(OBJDIR)/$%
-
-$(OBJDIR)/touchwin.o: src/curses/touchwin.c
-$(OBJDIR)/touchwin.o:
- @echo " [CC] $@"
- @mkdir -p $(@D)
- @$(CC) -c -o $@ $(CFLAGS) src/curses/touchwin.c