mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-11-22 19:11:06 +00:00
Fix fd2pragma building
This commit is contained in:
2
Makefile
2
Makefile
@ -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)
|
||||
@mkdir -p build/fd2pragma
|
||||
cd projects/fd2pragma && $(CC) -o ./$@ $(CFLAGS) fd2pragma.c
|
||||
cd projects/fd2pragma && $(CC) -o $(PWD)/$@ $(CFLAGS) fd2pragma.c
|
||||
|
||||
projects/fd2pragma/makefile:
|
||||
@mkdir -p projects
|
||||
|
||||
Reference in New Issue
Block a user