1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-11-23 03:54:53 +00:00

Fix fd2pragma building

This commit is contained in:
Stephen Moody
2018-06-28 16:22:29 +01:00
parent fedf131257
commit c63a363fe1

View File

@ -316,7 +316,7 @@ $(PREFIX)/bin/fd2pragma: build/fd2pragma/fd2pragma
build/fd2pragma/fd2pragma: projects/fd2pragma/makefile $(shell find 2>/dev/null projects/fd2pragma -not \( -path projects/fd2pragma/.git -prune \) -type f) build/fd2pragma/fd2pragma: projects/fd2pragma/makefile $(shell find 2>/dev/null projects/fd2pragma -not \( -path projects/fd2pragma/.git -prune \) -type f)
@mkdir -p build/fd2pragma @mkdir -p build/fd2pragma
cd projects/fd2pragma && $(CC) -o ./$@ $(CFLAGS) fd2pragma.c cd projects/fd2pragma && $(CC) -o $(PWD)/$@ $(CFLAGS) fd2pragma.c
projects/fd2pragma/makefile: projects/fd2pragma/makefile:
@mkdir -p projects @mkdir -p projects