Commit cb899060b2bad4391bae5e0c2c30fd1439a36539
1 parent
96b43cce
Exists in
develop
Fixing macos library name.
Showing
1 changed file
with
1 additions
and
4 deletions
Show diff stats
Makefile.in
| ... | ... | @@ -314,10 +314,7 @@ install-macos-lib: \ |
| 314 | 314 | |
| 315 | 315 | @$(INSTALL_PROGRAM) \ |
| 316 | 316 | $(BINRLS)/$(SONAME) \ |
| 317 | - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ | |
| 318 | - | |
| 319 | - # Install default configs | |
| 320 | - @mkdir -p $(DESTDIR)$(datarootdir)/pw3270 | |
| 317 | + $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ | |
| 321 | 318 | |
| 322 | 319 | install-windows-lib: \ |
| 323 | 320 | strip \ | ... | ... |