Skip to content
Snippets Groups Projects
Commit ec1bbb35 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Oops, missed one.

Rev: src/modules/Gmp/Makefile.in:1.15
parent d7fced29
Branches
Tags
No related merge requests found
# $Id: Makefile.in,v 1.14 2001/01/15 21:07:45 grubba Exp $ # $Id: Makefile.in,v 1.15 2001/01/15 21:08:33 grubba Exp $
@make_variables@ @make_variables@
VPATH=@srcdir@:@srcdir@/../..:../.. VPATH=@srcdir@:@srcdir@/../..:../..
MODULE_LDFLAGS=@LDFLAGS@ @LIBS@ MODULE_LDFLAGS=@LDFLAGS@ @LIBS@
...@@ -16,7 +16,7 @@ prime_table.out: prime_table ...@@ -16,7 +16,7 @@ prime_table.out: prime_table
./prime_table $(PRIME_LIMIT) >prime_table.out ./prime_table $(PRIME_LIMIT) >prime_table.out
prime_table: prime_table.@CROSS@ prime_table: prime_table.@CROSS@
test -f ./prime_table || ln -s prime_table.@CROSS@ ./prime_table test -f ./prime_table || ln -s prime_table.@CROSS@ ./prime_table || cp prime_table.@CROSS@ ./prime_table
# Not cross-compiling # Not cross-compiling
prime_table.no: $(SRCDIR)/prime_table.c prime_table.no: $(SRCDIR)/prime_table.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment