diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-01 04:47:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-01 04:47:38 +0000 |
commit | ecd72120faf62684489ae08cc7e23d2775c79f36 (patch) | |
tree | 785bb04d344f374c1ad3c05ad9fddbf08f4d3341 /Makeconf | |
parent | 2ff8f479aa69c975278f237b02efb95870aa2651 (diff) |
[makemode=library] (install): Only do $(installhdrs) if defined.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -146,7 +146,9 @@ endif ifeq ($(makemode),library) all: $(libname).a install: $(libname).a $(installhdrs) + ifdef installhdrs $(INSTALL_DATA) $(installhdrs) $(includedir)/hurd/ + endif $(INSTALL_DATA) $(libname).a $(hurdinst)/lib/$(libname).a ranlib $(hurdinst)/lib/$(libname).a endif |