topdir.mk: Add target prefix.done (mkdir -p $(PREFIX))

This commit is contained in:
Jan Lindemann 2007-09-04 21:52:28 +00:00 committed by Jan Lindemann
commit 2ad0a1a2ec

View file

@ -34,8 +34,12 @@ unlocal:
rm -f $(shell find . -name local.mk) rm -f $(shell find . -name local.mk)
topdir.distclean: topdir.distclean:
topdir.clean: topdir.clean:
rm -r *.done
topdir.install: $(INSTALLED_TOPDIR_FILES) topdir.install: prefix.done $(INSTALLED_TOPDIR_FILES)
prefix.done:
mkdir -p $(PREFIX)
touch $@