From 8753f005809397cddaa2333cacc1faee8ce85f05 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Sun, 10 Dec 2006 23:19:34 +0000 Subject: [PATCH] Removing lowercase filename because it's identical to a properly named file git-svn-id: svn://10.0.0.236/trunk@216834 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/post_compile/makefile | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 mozilla/tools/post_compile/makefile diff --git a/mozilla/tools/post_compile/makefile b/mozilla/tools/post_compile/makefile deleted file mode 100644 index df51c2144e9..00000000000 --- a/mozilla/tools/post_compile/makefile +++ /dev/null @@ -1,6 +0,0 @@ -post_compile: post_compile.cpp - $(CXX) -g -o post_compile post_compile.cpp - -clean: - rm -f *.o test *.test post_compile *~ -