prboom: add a touch $@ to end of install target rule to install PrBoom only once
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
This commit is contained in:
parent
12b5b0124b
commit
3fe3437ed6
@ -42,6 +42,7 @@ $(PRBOOM_TARGET_INSTALL_TARGET):
|
||||
$(INSTALL) -D $(PRBOOM_DIR)/data/prboom.wad $(TARGET_DIR)/usr/share/games/doom/prboom.wad
|
||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/games/prboom
|
||||
$(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/games/prboom-game-server
|
||||
touch $@
|
||||
|
||||
$(PRBOOM_TARGET_CLEAN):
|
||||
rm -rf $(TARGET_DIR)/usr/share/games/doom/prboom.wad
|
||||
|
Loading…
Reference in New Issue
Block a user