notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
873ba8b
)
make: fix another issue with autodeps
author
notaz
<notasas@gmail.com>
Fri, 26 Dec 2025 18:09:11 +0000
(20:09 +0200)
committer
notaz
<notasas@gmail.com>
Fri, 26 Dec 2025 18:09:57 +0000
(20:09 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/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"/' > $@_