Browse Source

Elimintate spurious trailing /

Eric Andersen 23 years ago
parent
commit
070720ad2f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Rules.mak

+ 1 - 1
Rules.mak

@@ -70,7 +70,7 @@ endif
 
 
 ifndef PREFIX
-    PREFIX = `pwd`/_install/
+    PREFIX = `pwd`/_install
     DEVEL_PREFIX = $(PREFIX)
     TARGET_PREFIX = $(PREFIX)
 endif