Removed # in commands

This commit is contained in:
ceriel
1992-06-26 12:54:57 +00:00
parent 1fc9c139cf
commit 2be29ee963
20 changed files with 26 additions and 45 deletions

View File

@@ -71,8 +71,7 @@ regnoglob.c: $(SRC_DIR)/reg.c
cp $(SRC_DIR)/reg.c regnoglob.c
depend: pattern.c pop_push.c regglob.c regnoglob.c
sed '/^#DEPENDENCIES/,$$d' Makefile >Makefile.new
echo '#DEPENDENCIES' >>Makefile.new
rm_deps Makefile >Makefile.new
for i in $(CFILES) pattern.c regglob.c regnoglob.c ; do \
echo "`basename $$i .c`.$$(SUF): $$i" >> Makefile.new ; \
echo ' $$(CC) -c $$(CFLAGS)' $$i >> Makefile.new ; \