Browse Source

* fixed fpcdir setting

git-svn-id: trunk@11071 -
Jonas Maebe 17 years ago
parent
commit
04dd5d9dfc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/numlib/examples/Makefile.fpc

+ 2 - 2
packages/numlib/examples/Makefile.fpc

@@ -21,7 +21,7 @@ files=$(wildcard ../units/$(CPU_TARGET)-$(OS_TARGET)/*$(OEXT)) \
       $(wildcard ../units/$(CPU_TARGET)-$(OS_TARGET)/*$(RSTEXT))
 
 [default]
-fpcdir=../../../..
+fpcdir=../../..
 
 
 [rules]
@@ -37,4 +37,4 @@ all:
 	$(MAKE) --assume-new=iomwrmex.pas iomwrmex$(EXEEXT)
 	$(MAKE) --assume-new=iomwrvex.pas iomwrvex$(EXEEXT)
 #-----------------------------------------------------------------------------
-# end.
+# end.