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

Fixed LDFLAGS.

Rev: src/Makefile.in:1.98
parent 8f54441c
No related branches found
No related tags found
No related merge requests found
#
# $Id: Makefile.in,v 1.97 1998/06/06 03:13:05 hubbe Exp $
# $Id: Makefile.in,v 1.98 1998/07/04 23:12:20 grubba Exp $
#
# This line is needed on some machines.
......@@ -71,7 +71,7 @@ CPP=@CPP@
AR=@AR@
LD=@LD@
LDFLAGS=$(CFLAGS) @LDFLAGS@ @LINKFORSHARED@
LDFLAGS=@LDFLAGS@ @LINKFORSHARED@
RUNPIKE=$(TMP_BUILDDIR)/pike -DNOT_INSTALLED -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment