Commit e22f361d4c49987c40e322f0a2e5f1b32662b6d4

Authored by Perry Werneck
1 parent f54a014e
Exists in master and in 1 other branch develop

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
@@ -321,10 +321,6 @@ install-linux-lib: \ @@ -321,10 +321,6 @@ install-linux-lib: \
321 321
322 @$(LN_S) \ 322 @$(LN_S) \
323 $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ 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 $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ 324 $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@
329 325
330 install-windows-lib: \ 326 install-windows-lib: \