X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile.common;h=c496a02422468e4e2dd7ae0a99069ce2983ee9cd;hb=6e2c62a3ed1ab7f5a09775fd6af10a1f1d23320c;hp=5f5413e33ec72801779aa63d1effe0444f4d252a;hpb=001b30d89ac151cbae7f753276c8111069dbd541;p=uffi.git diff --git a/Makefile.common b/Makefile.common index 5f5413e..c496a02 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,11 +1,11 @@ -.PHONY: all clean all: + @echo "nothing to do" .PHONY: clean clean: rm -rf .bin rm -f *.ufsl *.fsl *.fas *.x86f *.sparcf *.fasl *.err - rm -f *~ *.bak *.orig .#* + rm -f *~ *.bak *.orig "#*" .#* rm -f *.so *.a ifneq ($(SUBDIRS)$(DOCSUBDIRS),) set -e; for i in $(SUBDIRS) $(DOCSUBDIRS); do \