1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +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

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