This change is needed in order for clean to work in some cases.

This commit is contained in:
Harry Moffat 2006-08-15 21:59:24 +00:00
parent 412aeabfb4
commit 01dc3cf915

View file

@ -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}" ; \