summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-04 11:45:27 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-04 11:45:27 +0000
commita517be21ce5921dbbab889f6b38a76cc9a806957 (patch)
treec80c9bafa255034423d75d3c5f1e3265be0bc6d2 /Makefile
parent778f1661faf614a2d427382d175aefbeafa20b5b (diff)
Changing gmake thorninfo so it no longer creates a file but just cats
the info directly to screen git-svn-id: http://svn.cactuscode.org/flesh/trunk@1215 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 55d7ed5e..e37aa453 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.62 2000-01-03 12:25:07 allen Exp $
+# @version $Id: Makefile,v 1.63 2000-01-04 11:45:27 allen Exp $
# @@*/
##################################################################################
@@ -639,8 +639,7 @@ doc:
thorninfo:
@echo $(DIVIDER)
@echo Displaying info for all thorns in the arrangements directory
- $(PERL) -s $(BUILD_ACTIVETHORNS) $(CCTK_HOME)/arrangements > $@;
- cat $@;
+ $(PERL) -s $(BUILD_ACTIVETHORNS) $(CCTK_HOME)/arrangements | cat;
@echo $(DIVIDER)