# HG changeset patch # User diego # Date 1164448218 0 # Node ID 1feb8af493d69e696dc057e328e67deb67a43bac # Parent 40bb3d20a10b986db03ebcabc4d6cce9144b35f8 Remove commented-out cruft. diff -r 40bb3d20a10b -r 1feb8af493d6 osdep/Makefile --- a/osdep/Makefile Sat Nov 25 09:49:18 2006 +0000 +++ b/osdep/Makefile Sat Nov 25 09:50:18 2006 +0000 @@ -13,7 +13,6 @@ swab.c \ setenv.c \ mmap_anon.c \ - # timer.c \ getch = getch2.c timer = timer-lx.c @@ -40,12 +39,9 @@ OBJS=$(SRCS:.c=.o) CFLAGS = -I. -I.. $(OPTFLAGS) -# -I/usr/X11R6/include/ .SUFFIXES: .c .o -# .PHONY: all clean - .c.o: $(CC) -c $(CFLAGS) -o $@ $<