diff options
author | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 14:37:06 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1997-04-26 14:37:06 +0000 |
commit | 74becf3c0a065f8d64e07ce4d31f9fe53be91d62 (patch) | |
tree | df6573f851195eb5a0beaa0bc540a74fc89cda3d /lib/Makefile.dll-lib | |
parent | 900e442732393189b8ecfd3bb39176e398b24970 (diff) | |
download | e2fsprogs-74becf3c0a065f8d64e07ce4d31f9fe53be91d62.tar.gz |
Many files:
Checkin of e2fsprogs 1.02.
Diffstat (limited to 'lib/Makefile.dll-lib')
-rw-r--r-- | lib/Makefile.dll-lib | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.dll-lib b/lib/Makefile.dll-lib index 1a1f9698..8bcf121d 100644 --- a/lib/Makefile.dll-lib +++ b/lib/Makefile.dll-lib @@ -81,6 +81,7 @@ installdirs:: install-shlibs install:: $(DLL_IMAGE).so.$(DLL_VERSION) installdirs $(INSTALL_PROGRAM) $(DLL_IMAGE).so.$(DLL_VERSION) \ $(DESTDIR)$(DLL_INSTALL_DIR)/$(DLL_IMAGE).so.$(DLL_VERSION) + $(STRIP) $(DESTDIR)$(DLL_INSTALL_DIR)/$(DLL_IMAGE).so.$(DLL_VERSION) -ldconfig install:: $(DLL_STUB).sa |