Removed # in commands

This commit is contained in:
ceriel
1992-06-26 12:01:31 +00:00
parent ebdbabcedd
commit 3ac24b282b
15 changed files with 29 additions and 43 deletions

View File

@@ -49,7 +49,7 @@ pr:
$(SRC) lint
lint.exec: $(SRC_DIR)/lint
sed -e 's|^EMDIR=.*|EMDIR=$(TARGET_HOME)|' -e 's/#.*//' < $(SRC_DIR)/lint > lint.exec
sed -e 's|^EMDIR=.*|EMDIR=$(TARGET_HOME)|' < $(SRC_DIR)/lint > lint.exec
chmod +x lint.exec
lpass2: $(OBJ) next.$(SUF)