summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-06-29 18:48:21 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-06-29 18:48:21 +0000
commit3706177bc340ce8369969dcc27480cbfb6f7deb9 (patch)
tree44fc442c87f62e255d4aeec34eb402c87c90c2a1 /Makefile.am
parentd4ada82d6609fda0f31009a3d9c0e9e34ea8fd1a (diff)
downloadATCD-3706177bc340ce8369969dcc27480cbfb6f7deb9.tar.gz
Fixed syntax errors.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e45e5ea1dc6..cf30310e5f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -102,7 +102,7 @@ noinst_DATA = ACE.ifnames
ACE.ifnames: ChangeLog acconfig.h
if MAINTAINER_MODE
- rm -f $@
+ rm -f $@
ifnames $(top_srcdir)/ace/*.{h,i,cpp} | sed -e 's/ .*//g' \
> $(top_srcdir)/$@
else