]> Joshua Wise's Git repositories - tdl.git/commitdiff
get 'make install' to work right on case-insensitive systems
authorJoshua Wise <jwise@andrew.cmu.edu>
Tue, 22 Mar 2011 07:33:04 +0000 (03:33 -0400)
committerJoshua Wise <jwise@andrew.cmu.edu>
Tue, 22 Mar 2011 07:33:04 +0000 (03:33 -0400)
Makefile.in

index 6385dde4989c3c28e07cb7c8fd9f26e5110c8f72..439b136bdaa4c75754d41cbef9a3a6466a5f3375 100644 (file)
@@ -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 \
This page took 0.025724 seconds and 4 git commands to generate.