make contrib symlink relative to WXDIR

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2000-09-24 15:24:10 +00:00
parent f4b8bf2fd1
commit 9732ef1cb8
2 changed files with 2 additions and 2 deletions

View File

@@ -72,7 +72,7 @@ else:
$(CCC) $(CCSHARED) $(CFLAGS) $(OTHERCFLAGS) -c $<
contrib :
ln -s $(WXWIN)/contrib contrib
ln -s $(WXDIR)/contrib contrib
'''