]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Fix circle dep
authorCameron Katri <me@cameronkatri.com>
Fri, 9 Apr 2021 13:22:54 +0000 (09:22 -0400)
committerCameron Katri <me@cameronkatri.com>
Fri, 9 Apr 2021 13:22:54 +0000 (09:22 -0400)
phantasia/Makefile

index c0a4484a924df2d8f2370729851b2d9f2e11a013..312e96f80a39a4ea45e5f85d56ee588fea3f9db0 100644 (file)
@@ -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)