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:
parent
690aa956f1
commit
c44e66f352
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue