Skip to content
Snippets Groups Projects
Commit 09679f95 authored by rswindell's avatar rswindell
Browse files

CFLAGS was missing -MMD (to enable auto-dependency support).

parent afa78a69
Branches
Tags
No related merge requests found
......@@ -35,7 +35,7 @@ DELETE = rm -f -v
OUTLIB = -o
CFLAGS += -O2
CFLAGS += -Wall -I$(UIFC) -I$(XPDEV) -I..
CFLAGS += -MMD -Wall -I$(UIFC) -I$(XPDEV) -I..
LFLAGS := -static -L/usr/local/lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment