This change is needed in order for clean to work in some cases.
This commit is contained in:
parent
412aeabfb4
commit
01dc3cf915
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ ifeq ($(do_ranlib),1)
|
|||
endif
|
||||
|
||||
clean:
|
||||
@(for lh in $(CATHERMO_H) ; do \
|
||||
@(for lh in dummy.h $(CATHERMO_H) ; do \
|
||||
th=$(INCDIR)/"$${lh}" ; \
|
||||
if test -f "$${th}" ; then \
|
||||
$(RM) "$${th}" ; \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue