make: fix another issue with autodeps
authornotaz <notasas@gmail.com>
Fri, 26 Dec 2025 18:09:11 +0000 (20:09 +0200)
committernotaz <notasas@gmail.com>
Fri, 26 Dec 2025 18:09:57 +0000 (20:09 +0200)
Makefile

index c8df841..543685c 100644 (file)
--- 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"/' > $@_