summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2001-02-09 03:38:16 +0000
committerAkim Demaille <akim@epita.fr>2001-02-09 03:38:16 +0000
commit4ec2083bd082bcdfd4fbc6b77c6a2d865e6f026c (patch)
tree326d3526ba75d4b7a797aac2f7012c90d420750b /lib/am/compile.am
parent7cda827c4bed615c4c6df4ab1fa094d417b3de2e (diff)
downloadautomake-4ec2083bd082bcdfd4fbc6b77c6a2d865e6f026c.tar.gz
* automake.in (&transform): Use `my', not `local'.
(&transform_cond): New. (&get_object_extension, &handle_texinfo, &handle_tags) (&handle_dist_worker, &handle_dist, &add_depend2, &handle_clean) (&handle_tests_dejagnu): Use it. * texinfos.am, lisp.am, header.am, dist.am, distdir.am, depend2.am * dejagnu.am, data.am, clean.am: Adjust to the new syntax.
Diffstat (limited to 'lib/am/compile.am')
-rw-r--r--lib/am/compile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/compile.am b/lib/am/compile.am
index e00f7f28d..e9280f007 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -21,7 +21,7 @@ mostlyclean-compile:
## Don't remove 'core.*' because some distributions have eg "core.c".
## 4.4BSD systems use `PROG.core'.
-rm -f *.o core *.core
-OBJEXT -rm -f *.$(OBJEXT)
+?OBJEXT? -rm -f *.$(OBJEXT)
distclean-am: distclean-compile
distclean-compile: