summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1996-06-10 05:28:24 +0000
committerTom Tromey <tromey@redhat.com>1996-06-10 05:28:24 +0000
commit415b0680fb6724b1ba1b76e4d55f07505f24e0e4 (patch)
tree386e8907662d02463ba3a9ab8fa1d4d1a520a47e /lib/am/compile.am
parentedcddfb7e3bdc5626dec05e18fe80d036e754eca (diff)
downloadautomake-415b0680fb6724b1ba1b76e4d55f07505f24e0e4.tar.gz
Bug fixes
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 6ae415c19..a8ac4a0a9 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -16,7 +16,7 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
.c.o:
- $(COMPILE) $<
+ $(COMPILE) -c $<
mostlyclean-compile:
## Don't remove 'core.*' because some distributions have eg "core.c".