Skip to content
Snippets Groups Projects
Commit 6f9756a1 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Removed duplicate "all" target.

parent 20901d3a
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Makefile.src,v 1.18 1994/04/05 07:59:45 ceder Exp $ # $Id: Makefile.src,v 1.19 1994/04/05 20:27:06 ceder Exp $
# Copyright (C) 1991, 1993, 1994 Lysator Academic Computer Association. # Copyright (C) 1991, 1993, 1994 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -76,8 +76,6 @@ SPECIALS = call-switch.incl com.h fnc-def-init.incl \ ...@@ -76,8 +76,6 @@ SPECIALS = call-switch.incl com.h fnc-def-init.incl \
PROGRAMS = lyskomd dbck updateLysKOM PROGRAMS = lyskomd dbck updateLysKOM
all binaries: $(PROGRAMS)
lyskomd: $(DISKOBJS) $(GENOBJS) lyskomd: $(DISKOBJS) $(GENOBJS)
$(CC) $(LDFLAGS) -o lyskomd $(DISKOBJS) $(GENOBJS) $(LIBS) $(CC) $(LDFLAGS) -o lyskomd $(DISKOBJS) $(GENOBJS) $(LIBS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment