1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-07 23:27:48 +02:00

* Makefile.am (.S.o): Include MPI_SFLAGS. This is our bug 145.

This commit is contained in:
Werner Koch 2004-10-13 07:11:10 +00:00
parent 690aa956f1
commit c44e66f352
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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: