Browse Source

* fixed copy/paste errors

git-svn-id: trunk@6230 -
Jonas Maebe 18 years ago
parent
commit
aee310c782
2 changed files with 4 additions and 4 deletions
  1. 2 2
      packages/base/Makefile
  2. 2 2
      packages/base/Makefile.fpc

+ 2 - 2
packages/base/Makefile

@@ -2944,6 +2944,6 @@ endif
 paszlib_all: hash_all
 paszlib_all: hash_all
 paszlib_debug: hash_debug
 paszlib_debug: hash_debug
 paszlib_smart: hash_smart
 paszlib_smart: hash_smart
-paszlib_release: hash_smart
+paszlib_release: hash_release
 paszlib_shared: hash_shared
 paszlib_shared: hash_shared
-paszlib_examples: hash_smart
+paszlib_examples: hash_examples

+ 2 - 2
packages/base/Makefile.fpc

@@ -28,9 +28,9 @@ dirs_solaris=libasync \
 paszlib_all: hash_all
 paszlib_all: hash_all
 paszlib_debug: hash_debug
 paszlib_debug: hash_debug
 paszlib_smart: hash_smart
 paszlib_smart: hash_smart
-paszlib_release: hash_smart
+paszlib_release: hash_release
 paszlib_shared: hash_shared
 paszlib_shared: hash_shared
-paszlib_examples: hash_smart
+paszlib_examples: hash_examples
 
 
 [install]
 [install]
 fpcpackage=y
 fpcpackage=y