From 5d7715551d54aa19a9ec709c6bb0e15515a6a1b7 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Sun, 6 Jan 2013 19:33:34 +0100 Subject: [PATCH] Makefile: add install-data to .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0aac992..6efe417 100644 --- a/Makefile +++ b/Makefile @@ -72,4 +72,4 @@ $(ALL_TOOLS): $(OBJS) $(CC) src/main.o src/common.o -o $(PXCHAINS) -.PHONY: all clean install +.PHONY: all clean install install-config