From 6153c57aee44957130d6c44222dd03fa899c7ead Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Thu, 26 Nov 2015 18:50:11 +0100 Subject: [PATCH] correct makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a8bf4db..60d2747 100644 --- a/Makefile +++ b/Makefile @@ -20,12 +20,12 @@ $(TARGET_ISO): $(ISO) mv $< $@ $(ISO): $(TARGET_DEB) - echo $(ISOVER) > master/etc/trc6500_os_version cd simple-cdd && build-simple-cdd --dist wheezy --conf ./simple-cdd.conf masterfile: $(TARGET_DEB) $(TARGET_DEB): + echo $(ISOVER) > master/etc/trc6500_os_version make -C $(MASTERFILE) clean: -- 2.30.2