summaryrefslogtreecommitdiff
path: root/lib/am/compile.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1999-04-11 13:12:05 +0000
committerTom Tromey <tromey@redhat.com>1999-04-11 13:12:05 +0000
commita3c0ce6a6f9feb76e4cf498bcab033bd396c0912 (patch)
tree86e38d2cddee839fdae8997e01b60aff5412841a /lib/am/compile.am
parent88b595974744cad79fa4bc2492a796c6037eea49 (diff)
downloadautomake-a3c0ce6a6f9feb76e4cf498bcab033bd396c0912.tar.gz
* automake.in (get_object_extension): Substitute @MINUSO@ when
including compile.am. * compile.am (.c.o): Added @MINUSO@. (.c.obj): Likewise.
Diffstat (limited to 'lib/am/compile.am')
-rw-r--r--lib/am/compile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/am/compile.am b/lib/am/compile.am
index 6e9f92a21..8c755f78b 100644
--- a/lib/am/compile.am
+++ b/lib/am/compile.am
@@ -1,5 +1,5 @@
## automake - create Makefile.in from Makefile.am
-## Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+## Copyright (C) 1994, 1995-98, 1999 Free Software Foundation, Inc.
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -16,12 +16,12 @@
## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
NOTDEPEND.c.o:
-NOTDEPEND $(COMPILE) -c $<
+NOTDEPEND $(COMPILE) -c@MINUSO@ $<
OBJEXT# FIXME: We should only use cygpath when building on Windows,
OBJEXT# and only if it is available.
OBJEXT.c.obj:
-OBJEXT $(COMPILE) -c `cygpath -w $<`
+OBJEXT $(COMPILE) -c@MINUSO@ `cygpath -w $<`
.s.o:
$(COMPILE) -c $<