summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-04-09 09:22:54 -0400
committerCameron Katri <me@cameronkatri.com>2021-04-09 09:22:54 -0400
commit5a08466013e8a577ae846ac3ad01522b5cbe5759 (patch)
treed4c697b879fe6b255c08679cd1cc1cdd7b3796c3
parentf9768285816ca5df05679e23592d03761d504380 (diff)
downloadbsdgames-darwin-5a08466013e8a577ae846ac3ad01522b5cbe5759.tar.gz
bsdgames-darwin-5a08466013e8a577ae846ac3ad01522b5cbe5759.tar.zst
bsdgames-darwin-5a08466013e8a577ae846ac3ad01522b5cbe5759.zip
Fix circle dep
-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)