From 3efa279767883ed088ece1ccbb6d0680e9dab943 Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Sat, 27 Jun 1998 22:09:32 +0000 Subject: Makefile.in (FLAGS_TO_PASS, [...]): Use $(TARGET_SUBDIR) instead of hardcoding "libraries". * Makefile.in (FLAGS_TO_PASS, case G2C_H_DIR): Use $(TARGET_SUBDIR) instead of hardcoding "libraries". From-SVN: r20762 --- libf2c/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libf2c/Makefile.in') diff --git a/libf2c/Makefile.in b/libf2c/Makefile.in index e9a027e..93a21a5 100644 --- a/libf2c/Makefile.in +++ b/libf2c/Makefile.in @@ -67,7 +67,7 @@ FLAGS_TO_PASS= \ "CC=$(CC)" \ "CFLAGS=$(CFLAGS)" \ "F2C_H_DIR=$(s)/libf2c" \ - "G2C_H_DIR=$(r)/libraries/libf2c" \ + "G2C_H_DIR=$(r)/$(TARGET_SUBDIR)/libf2c" \ "GCC_H_DIR=$(s)/include" \ "LIBCFLAGS=$(LIBCFLAGS)" \ "PICFLAG=$(PICFLAG)" \ -- cgit v1.1