Skip to content

Commit fe6bcec

Browse files
committed
Don't Move this to a dedicated patch target
1 parent 9c7be25 commit fe6bcec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile.frag

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ testclean:
3030
done;
3131

3232
phongodep:
33+
34+
patch:
3335
@if ! test -e $(top_srcdir)/.patched; then \
3436
for file in `/bin/ls -1 $(top_srcdir)/patches/*.patch | sort -n`; do \
3537
patch -p0 --dry-run -f -s < $$file;\

0 commit comments

Comments
 (0)