Removed # in commands
This commit is contained in:
@@ -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 ; \
|
||||
|
||||
Reference in New Issue
Block a user