Commit e22f361d4c49987c40e322f0a2e5f1b32662b6d4
1 parent
f54a014e
Exists in
master
and in
1 other branch
Fix based on comment from OBS request https://build.opensuse.org/request/show/736258
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
Makefile.in
... | ... | @@ -321,10 +321,6 @@ install-linux-lib: \ |
321 | 321 | |
322 | 322 | @$(LN_S) \ |
323 | 323 | $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ |
324 | - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ | |
325 | - | |
326 | - @$(LN_S) \ | |
327 | - $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \ | |
328 | 324 | $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ |
329 | 325 | |
330 | 326 | install-windows-lib: \ | ... | ... |