Commit 01899acfa4d82dda18fe26a529a47478db448659
1 parent
4351d6d0
Exists in
master
and in
3 other branches
Fixes from comments on OBS Request https://build.opensuse.org/request/show/736258
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
Makefile.in
... | ... | @@ -257,13 +257,8 @@ install-linux-lib: \ |
257 | 257 | |
258 | 258 | @$(LN_S) \ |
259 | 259 | $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ |
260 | - $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ | |
261 | - | |
262 | - @$(LN_S) \ | |
263 | - $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \ | |
264 | 260 | $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ |
265 | 261 | |
266 | - | |
267 | 262 | # Install default configs |
268 | 263 | @mkdir -p $(DESTDIR)$(datarootdir)/pw3270 |
269 | 264 | ... | ... |