diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-21 10:07:20 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-21 10:07:20 +0000 |
commit | 6105b44d65f7f1fed172e557bc161883d9f6db5d (patch) | |
tree | 51b4afed01d5612b1ce38951cf6ef4e906d6d0d2 | |
parent | e78250dbf6b010681e3492688b0fdbcf31f6371d (diff) |
Add some phony targets
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,5 +351,5 @@ dist release: distclean \ tar -cvzf uClibc-$(VERSION).tar.gz --exclude CVS uClibc-$(VERSION)/; -.PHONY: dummy subdirs +.PHONY: dummy subdirs release distclean clean |