diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-17 05:32:41 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-17 05:32:41 +0000 |
commit | 070720ad2fc4efb5ee8d8c56f76e467242bad2a8 (patch) | |
tree | 1a992daf7cac19e61453eba1604289ebff77b567 /Rules.mak | |
parent | 523e75677a8d2aff97136429a1171fc1236cff1e (diff) |
Elimintate spurious trailing /
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ endif ifndef PREFIX - PREFIX = `pwd`/_install/ + PREFIX = `pwd`/_install DEVEL_PREFIX = $(PREFIX) TARGET_PREFIX = $(PREFIX) endif |