Removed # in commands
This commit is contained in:
@@ -171,8 +171,7 @@ bare: clean
|
||||
(cd switch; make bare)
|
||||
|
||||
depend: ./warn.h trap_msg warn_msg
|
||||
sed '/^#DEPENDENCIES/,$$d' Makefile >Makefile.new
|
||||
echo '#DEPENDENCIES' >>Makefile.new
|
||||
rm_deps Makefile >Makefile.new
|
||||
for i in $(CFILES) ; do \
|
||||
echo "`basename $$i .c`.$$(SUF): $$i" >> Makefile.new ; \
|
||||
echo ' $$(CC) -c $$(CFLAGS)' $$i >> Makefile.new ; \
|
||||
|
||||
Reference in New Issue
Block a user