Commit 38c9c57ffa3ff673f6949d1f38c9ad1384a1e191
1 parent
538988ae
Exists in
master
and in
5 other branches
Ajustes para empacotamento.
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
sdk/Makefile.in
@@ -80,7 +80,10 @@ $(SRCDIR)/sdk: \ | @@ -80,7 +80,10 @@ $(SRCDIR)/sdk: \ | ||
80 | $(SRCDIR)/src/include/lib3270.h \ | 80 | $(SRCDIR)/src/include/lib3270.h \ |
81 | $(SRCDIR)/src/include/pw3270.h | 81 | $(SRCDIR)/src/include/pw3270.h |
82 | 82 | ||
83 | - @$(MKDIR) $@/sdk | ||
84 | - @$(INSTALL_DATA) *.in $@/sdk | 83 | + @$(MKDIR) $@ |
84 | + @$(INSTALL_DATA) *.in $@ | ||
85 | + | ||
86 | + @$(INSTALL_DATA) $(BASEDIR)/src/include/lib3270/*.in $(SRCDIR)/src/include/lib3270 | ||
87 | + | ||
85 | 88 | ||
86 | 89 |