summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phantasia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/phantasia/Makefile b/phantasia/Makefile
index c0a4484a..312e96f8 100644
--- a/phantasia/Makefile
+++ b/phantasia/Makefile
@@ -34,7 +34,7 @@ $(PROG): $(SRCS)
$(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRCS) -lncursesw -I$(ROOT)
$(STRIP) $(PROG)
-$(ALLFILES): $(FILES)
+$(ALLFILES): files.stamp
install: $(PROG) $(MAN) $(ALLFILES)
$(GINSTALL) -Dm2755 $(PROG) $(DESTDIR)/$(PREFIX)/games/$(PROG)