From d89f45fba407de0b90956bb7f79706bb33ffcda7 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 6 May 2016 08:48:36 +0200 Subject: make ykfde-cpio depend on version.h --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 229761e..3c41654 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: bin/ykfde bin/ykfde-cpio udev/ykfde README.html README-mkinitcpio.html READ bin/ykfde: bin/ykfde.c config.h version.h $(MAKE) -C bin ykfde -bin/ykfde-cpio: bin/ykfde-cpio.c config.h +bin/ykfde-cpio: bin/ykfde-cpio.c config.h version.h $(MAKE) -C bin ykfde-cpio udev/ykfde: udev/ykfde.c config.h -- cgit v1.2.3-54-g00ecf