Skip to content

Commit

Permalink
Add missing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul committed Aug 27, 2020
1 parent e06a07e commit 3da4c86
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions min-dgels/base/F2CLIBS/libf2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,14 @@ xwsne.o: fio.h
xwsne.o: lio.h
xwsne.o: fmt.h

main.o: signal1.h
signal_.o: signal1.h
s_paus.o: signal1.h

err.o: sysdep1.h
fio.h: sysdep1.h
util.c: sysdep1.h

arith.h: arithchk.c
$(CC) $(CFLAGS) -DNO_FPINIT arithchk.c -lm ||\
$(CC) -DNO_LONG_LONG $(CFLAGS) -DNO_FPINIT arithchk.c -lm
Expand Down

0 comments on commit 3da4c86

Please sign in to comment.