You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/libf2c/files/20051004-add-ofiles-dep.patch

14 lines
301 B

--- a/makefile.u
+++ b/makefile.u
@@ -69,7 +69,9 @@
OFILES = $(MISC) $(POW) $(CX) $(DCX) $(REAL) $(DBL) $(INT) \
$(HALF) $(CMP) $(EFL) $(CHAR) $(I77) $(TIME)
-all: f2c.h signal1.h sysdep1.h libf2c.a
+all: libf2c.a
+
+$(OFILES): f2c.h signal1.h sysdep1.h
libf2c.a: $(OFILES)
ar r libf2c.a $?