diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-28 20:23:23 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-28 20:23:23 +0000 |
commit | 8af347ce3724ae4988ea764425f3ae08b1a1c474 (patch) | |
tree | 28e9d6c7d5888f1bedbcfb8e7889f28270f5536d /Makeconf | |
parent | 43c06e94319d29d8d1156c07c16c9d3be4b25588 (diff) |
(HURDLIBS-files): Typo.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -151,9 +151,9 @@ LDFLAGS += -static # a variable above with the complete file name to find it. # Yippee! A use for computed variable references! ifeq ($(filter-out -static,$(LDFLAGS)),$(LDFLAGS)) -HURDLIBS-files := $(foreach lib,$(HURDLIBS), ../$(lib)/$(lib).a) -else HURDLIBS-files := $(foreach lib,$(HURDLIBS), ../$(lib)/$(lib).so) +else +HURDLIBS-files := $(foreach lib,$(HURDLIBS), ../$(lib)/$(lib).a) endif HURDLIBS-libs := $(foreach lib,$(HURDLIBS), -L../$(lib) -l$(lib)) |