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

Deleted "$(wildcard *.c)". "*.c" is better!

parent 783c3b04
No related branches found
No related tags found
No related merge requests found
# #
# $Id: Single-depend.make,v 1.3 1991/09/15 09:58:36 linus Exp $ # $Id: Single-depend.make,v 1.4 1991/09/19 13:04:28 ceder Exp $
# Copyright (C) 1991 Lysator Academic Computer Association. # Copyright (C) 1991 Lysator Academic Computer Association.
# #
# This file is part of the LysKOM server. # This file is part of the LysKOM server.
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
# #
.PHONY: depend .PHONY: depend
depend: depend:
$(CC) -M $(CFLAGS) $(wildcard *.c) >dependencies $(CC) -M $(CFLAGS) *.c >dependencies
dependencies: dependencies:
touch dependencies touch dependencies
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment