about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0bdd98e..be21e10 100644
--- a/Makefile
+++ b/Makefile
@@ -23,9 +23,6 @@ OBJECTS = $(SOURCES:.c=.o)
 
 all: ${BIN}
 
-config.h: config.def.h
-	cp config.def.h config.h
-
 proto/%-client-protocol.c: proto/%.xml
 	wayland-scanner code < $? > $@