Skip to content
Snippets Groups Projects
Commit 18862205 authored by Marcus Comstedt's avatar Marcus Comstedt
Browse files

Bugfix: Now looks for prime_table.c relative to $SRCDIR.

Rev: src/modules/Gmp/Makefile.in:1.6
parent 4eb344d0
Branches
Tags
No related merge requests found
...@@ -12,8 +12,8 @@ next_prime.o: prime_table.out ...@@ -12,8 +12,8 @@ next_prime.o: prime_table.out
prime_table.out: prime_table prime_table.out: prime_table
./prime_table $(PRIME_LIMIT) >prime_table.out ./prime_table $(PRIME_LIMIT) >prime_table.out
prime_table: prime_table.c prime_table: $(SRCDIR)/prime_table.c
$(CC) prime_table.c -o prime_table $(CC) $(SRCDIR)/prime_table.c -o prime_table
depend: prime_table.out depend: prime_table.out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment