makefile typo

wxFileDialog now defaults to cwd, not home
  PS can now print in landscape (although upside-down)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-08-21 19:14:58 +00:00
parent 4130b487dc
commit ac2def68ed
4 changed files with 52 additions and 31 deletions

View File

@@ -29,7 +29,7 @@ install_dirs:
install_data:
@list='$(DATAFILES)'; for p in $$list; do \
if test ! -e $(top_builddir)/$(program_dir)/Makefile.in; then \
if test ! -s $(top_builddir)/$(program_dir)/$$p; then \
cp -u $(top_srcdir)/$(program_dir)/$$p $(top_builddir)/$(program_dir)/$$p; \
fi; \
done