From 425ee20c8935b56118630414790c3661b402e5cf Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Tue, 22 Mar 2011 03:33:04 -0400 Subject: [PATCH] get 'make install' to work right on case-insensitive systems --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 6385dde..439b136 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,6 +68,8 @@ main.o : version.h %.s : %.c $(CC) $(CFLAGS) -S $< +.PHONY: clean distclean install + clean: rm -f tdl *.o core \ tdl.vr tdl.tp tdl.pg tdl.ky tdl.fn tdl.cp \ -- 2.39.2