summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-29 06:47:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-01-29 06:47:40 +0000
commit6ec313edae3b3b587336c1098d50c38a1e7a4c77 (patch)
tree69e51223f758e3f49c3a3884056395104c809817 /Makefile
parent80f0397e8515ac23100a3a1db184745e2fe487d7 (diff)
downloadATCD-6ec313edae3b3b587336c1098d50c38a1e7a4c77.tar.gz
foo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec578eacef7..cf287ab516e 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ endif
#### If creating the "official" ACE release, update the timestamp in VERSION.
#### Detect if we are doing that by looking at the PWD.
#### To disable this feature, add "TIMESTAMP=" to the make command line.
-ifeq ($(PWD),/project/adaptive/ACE_wrappers)
+ifeq ($(PWD),/home/cs/faculty/schmidt/adaptive/ACE_wrappers)
TIMESTAMP = perl -pi -e 'BEGIN {chop ($$date=`/usr/bin/date`);} \
s/(, released ).*/$$1$$date./' VERSION; \
cvs commit -m'make release: updated timestamp' VERSION;