mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
* tests/early-libtool.at: Fix goofed up make rules in
previous commit.
This commit is contained in:
parent
d485025de4
commit
9c08dbfa0e
@ -1,6 +1,9 @@
|
||||
2005-08-26 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
|
||||
Peter Ekberg <peda@lysator.liu.se>
|
||||
|
||||
* tests/early-libtool.at: Fix goofed up make rules in
|
||||
previous commit.
|
||||
|
||||
* tests/inherited_flags.at: Weaken for MSVC.
|
||||
* tests/early-libtool.at, tests/template.at: Fix for compiler
|
||||
that do not understand '-c -o'.
|
||||
|
@ -59,7 +59,7 @@ hell$(EXEEXT): main.$(OBJEXT) libhello.la
|
||||
.SUFFIXES: .c .$(OBJEXT) .lo
|
||||
|
||||
.c.$(OBJEXT):
|
||||
$(COMPILE) -c $@ $<
|
||||
$(COMPILE) -c $<
|
||||
.c.lo:
|
||||
$(LTCOMPILE) -c -o $@ $<
|
||||
]])
|
||||
@ -164,7 +164,7 @@ hell$(EXEEXT): main.$(OBJEXT) libhello.la
|
||||
.SUFFIXES: .c .$(OBJEXT)
|
||||
|
||||
.c.$(OBJEXT):
|
||||
$(COMPILE) -c $@ $<
|
||||
$(COMPILE) -c $<
|
||||
]])
|
||||
|
||||
AT_DATA([hello.c],
|
||||
|
Loading…
Reference in New Issue
Block a user