diff options
author | Chris Lattner <sabre@nondot.org> | 2004-10-26 20:02:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-10-26 20:02:50 +0000 |
commit | 58aef7f43fc9788387a290d8bc3b2e94abf53a28 (patch) | |
tree | 067f64729dd6b654b7e8cb557a4f10893276606e | |
parent | e8343a5fbb09afdf449000785f727481b8b02a7c (diff) | |
download | external_llvm-58aef7f43fc9788387a290d8bc3b2e94abf53a28.zip external_llvm-58aef7f43fc9788387a290d8bc3b2e94abf53a28.tar.gz external_llvm-58aef7f43fc9788387a290d8bc3b2e94abf53a28.tar.bz2 |
Unless someone seriously objects, I don't think we really need this. Sorry
resistor :(
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17265 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | Makefile.rules | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.rules b/Makefile.rules index 89f28b8..e4e068e 100644 --- a/Makefile.rules +++ b/Makefile.rules @@ -1098,11 +1098,3 @@ printvars:: @$(ECHO) "Compile.CXX: " '$(Compile.CXX)' @$(ECHO) "Compile.C: " '$(Compile.C)' -# This frivolous target provided for Resistor who requested that the makefiles -# be hardened and that he get a "pony" after the makefiles (accidentally) -# deleted his unix kernel. -pony:: - @wget -q \ - http://search.cpan.org/src/ASAVIGE/Acme-EyeDrops-1.40/lib/Acme/EyeDrops/pony2.eye \ - -O /tmp/resistor.pony - @cat /tmp/resistor.pony |