std-tools.mk: Add $(PROFILE_SH) to prerequisites for install

This commit is contained in:
Jan Lindemann 2007-08-30 13:21:11 +00:00 committed by Jan Lindemann
commit cb97d7a612

View file

@ -4,7 +4,7 @@ PROFILE_SH = profile-$(PROJECT).sh
all: $(PROFILE_SH)
clean: clean.std-tools
install: install.std-tools
install: $(PROFILE_SH) install.std-tools
distclean: clean
$(PROFILE_SH): Makefile