diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-06-29 18:48:21 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-06-29 18:48:21 +0000 |
commit | 3706177bc340ce8369969dcc27480cbfb6f7deb9 (patch) | |
tree | 44fc442c87f62e255d4aeec34eb402c87c90c2a1 /Makefile.am | |
parent | d4ada82d6609fda0f31009a3d9c0e9e34ea8fd1a (diff) | |
download | ATCD-3706177bc340ce8369969dcc27480cbfb6f7deb9.tar.gz |
Fixed syntax errors.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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 |