diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-06-29 19:14:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-06-29 19:14:20 +0000 |
commit | 8c6ec49dac3d034e8518de7ef1d0959246fd37f8 (patch) | |
tree | 246c94c8d553978652c5f7f16f05af74484a6813 /Makeconf | |
parent | 8c6f48a53a0a2c89d9efe45abeefb18823bb855c (diff) |
(cleantarg) [makemode == library]: Add $(libname).so.
Diffstat (limited to 'Makeconf')
-rw-r--r-- | Makeconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ endif ifeq ($(makemode),library) clean := yes - cleantarg := $(libname).a + cleantarg := $(libname).a $(libname).so endif |