From: notaz Date: Fri, 26 Dec 2025 18:09:11 +0000 (+0200) Subject: make: fix another issue with autodeps X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced6ed329e64cd41acf57c3c1bb47b90fd79f09c;p=pcsx_rearmed.git make: fix another issue with autodeps --- diff --git a/Makefile b/Makefile index c8df841a..543685c8 100644 --- a/Makefile +++ b/Makefile @@ -497,7 +497,7 @@ frontend/libpicofe/%.c: @exit 1 libpcsxcore/gte_nf.o: libpcsxcore/gte.c - $(CC) -c -o $@ $^ $(CFLAGS) $(AUTODEPFLAGS) -DFLAGLESS + $(CC) -c -o $@ $< $(CFLAGS) $(AUTODEPFLAGS) -DFLAGLESS include/revision.h: FORCE @(git describe --always || echo) | sed -e 's/.*/#define REV "\0"/' > $@_