diff options
author | Björn Gustavsson <[email protected]> | 2010-09-07 10:27:14 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-09-07 10:27:14 +0200 |
commit | 03997d5a1c166e8470dd9c888a5dba121144986a (patch) | |
tree | 76ef98d2fc2cf0588392b036be18d984072207c1 /lib/wx | |
parent | 4763e0b7b8c4859d9e56f1fc9aa1426eebc8f65d (diff) | |
parent | 88a04a19d751c4c6712fc9b079e16d3976a4d731 (diff) | |
download | otp-03997d5a1c166e8470dd9c888a5dba121144986a.tar.gz otp-03997d5a1c166e8470dd9c888a5dba121144986a.tar.bz2 otp-03997d5a1c166e8470dd9c888a5dba121144986a.zip |
Merge branch 'mk/net-dragonfly-bsd-patches' into dev
* mk/net-dragonfly-bsd-patches:
Remove unused variables
Use proper install method
Add support for DragonFly BSD
Add support for NetBSD
Diffstat (limited to 'lib/wx')
-rw-r--r-- | lib/wx/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/test/Makefile b/lib/wx/test/Makefile index 71b79aa272..dfec4bb695 100644 --- a/lib/wx/test/Makefile +++ b/lib/wx/test/Makefile @@ -63,7 +63,7 @@ release_spec: release_tests_spec: opt $(INSTALL_DIR) $(RELSYSDIR) $(INSTALL_DATA) wx.spec wx_test_lib.hrl $(ErlSrc) $(ErlTargets) $(RELSYSDIR) - $(INSTALL_PROGRAM) wxt $(RELSYSDIR) + $(INSTALL_SCRIPT) wxt $(RELSYSDIR) release_docs_spec: |