diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-10-09 17:58:44 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-10-09 17:58:44 +0000 |
| commit | a96e9d2c3f55308f15e0ec34c83a447da3ca133d (patch) | |
| tree | 9354af3eaaf4e65da145dda290940cf18f5c8322 /src | |
| parent | 52c3571e0bea5fe98c17d4f7766ebd05abc4aca5 (diff) | |
defaults for pepy/posy should be in $PATH
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1187 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/config/Project.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index ad4c7bc37..909d84e46 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -31,10 +31,10 @@ #define PepyFlags -a PY_advise -s -r #endif #ifndef PepyCmd -#define PepyCmd $(ISODE)/@sys/bin/pepy +#define PepyCmd pepy #endif #ifndef PosyCmd -#define PosyCmd $(ISODE)/@sys/bin/posy +#define PosyCmd posy #endif #ifndef ArAddCmd #define ArAddCmd ar cruv |
