Commit d452e34c8b71c69f8ac398594438c20768f1d187

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

Debugging "deb" build process.

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Makefile.in
... ... @@ -194,6 +194,7 @@ install-devel:
194 194 src/include/lib3270/*.h \
195 195 $(DESTDIR)$(includedir)/lib3270
196 196  
  197 + @$(MKDIR) $(DESTDIR)$(libdir)
197 198 @$(LN_S) \
198 199 $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \
199 200 $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@
... ...