summaryrefslogtreecommitdiff
path: root/themes/example_01/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'themes/example_01/Makefile')
-rw-r--r--themes/example_01/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example_01/Makefile b/themes/example_01/Makefile
index c54659d..746bc4c 100644
--- a/themes/example_01/Makefile
+++ b/themes/example_01/Makefile
@@ -12,7 +12,7 @@ bootlogo: example_*.bc
@rm -rf $@.dir
@mkdir $@.dir
$(GFXBOOT_COMPILE) $(BFLAGS) -l $@.log -c $< $@.dir/init
- touch --reference Makefile $@.dir/*
+ touch --reference example_01.bc $@.dir/*
$(GFXBOOT) --archive $@.dir --pack-archive $@
clean: