mirror of
git://git.gnupg.org/gnupg.git
synced 2025-02-01 16:33:02 +01:00
* Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145.
This commit is contained in:
parent
690aa956f1
commit
c44e66f352
@ -1,3 +1,7 @@
|
||||
2004-10-12 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145.
|
||||
|
||||
2004-09-29 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* mpicoder.c (mpi_read): If we must fail due to a oversize
|
||||
|
@ -73,7 +73,7 @@ libmpi_a_LIBADD = $(common_asm_objects) @MPI_EXTRA_ASM_OBJS@
|
||||
# work and add one to cpp .S files
|
||||
.S.o:
|
||||
$(CPP) $(INCLUDES) $(DEFS) $< | grep -v '^#' > _$*.s
|
||||
$(COMPILE) -c _$*.s
|
||||
$(COMPILE) $(ASFLAGS) -c _$*.s
|
||||
mv -f _$*.o $*.o
|
||||
|
||||
.S.lo:
|
||||
|
Loading…
x
Reference in New Issue
Block a user